aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2014-11-23 17:19:18 +0100
committerBananeweizen <bananeweizen@gmx.de>2014-11-23 17:22:43 +0100
commit5ba497ef1487c76f4673fd9a7f3c62512b8cef6f (patch)
treebd12d4ad36075b5d47747063c84e0937143811b4 /main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java
parent121d4285d747ce2ec707ad3cb7a9166833699fb6 (diff)
downloadcgeo-5ba497ef1487c76f4673fd9a7f3c62512b8cef6f.zip
cgeo-5ba497ef1487c76f4673fd9a7f3c62512b8cef6f.tar.gz
cgeo-5ba497ef1487c76f4673fd9a7f3c62512b8cef6f.tar.bz2
reduce visibility
All changes done with UCDetector. This can help in seeing which packages are not yet self contained (e.g. all the remaining public constants in GCConstants).
Diffstat (limited to 'main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java')
-rw-r--r--main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java b/main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java
index ded2d71..cbeaf67 100644
--- a/main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java
+++ b/main/src/cgeo/geocaching/connector/ec/ECLoggingManager.java
@@ -13,13 +13,13 @@ import android.net.Uri;
import java.util.Calendar;
import java.util.List;
-public class ECLoggingManager extends AbstractLoggingManager {
+class ECLoggingManager extends AbstractLoggingManager {
private final ECConnector connector;
private final Geocache cache;
- private LogCacheActivity activity;
+ private final LogCacheActivity activity;
- public ECLoggingManager(final LogCacheActivity activity, final ECConnector connector, final Geocache cache) {
+ ECLoggingManager(final LogCacheActivity activity, final ECConnector connector, final Geocache cache) {
this.connector = connector;
this.cache = cache;
this.activity = activity;