diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-02-24 10:25:43 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-02-24 10:25:43 +0100 |
| commit | 684e8419fb4fa0f38fe9a1fd3b474a853a274484 (patch) | |
| tree | ea2320aea9ca2392aec59b6a87b8db676b0f16bd /tests/src/cgeo/geocaching/connector/gc/WaypointsTest.java | |
| parent | c32d501ce28356c99b3b89d39bc2a3a345018efc (diff) | |
| download | cgeo-684e8419fb4fa0f38fe9a1fd3b474a853a274484.zip cgeo-684e8419fb4fa0f38fe9a1fd3b474a853a274484.tar.gz cgeo-684e8419fb4fa0f38fe9a1fd3b474a853a274484.tar.bz2 | |
code cleanup
* rename several lower case classes
* more strict visibility modifiers
* Lint warnings
* style warnings
Diffstat (limited to 'tests/src/cgeo/geocaching/connector/gc/WaypointsTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/connector/gc/WaypointsTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/connector/gc/WaypointsTest.java b/tests/src/cgeo/geocaching/connector/gc/WaypointsTest.java index f4b1e0c..d186526 100644 --- a/tests/src/cgeo/geocaching/connector/gc/WaypointsTest.java +++ b/tests/src/cgeo/geocaching/connector/gc/WaypointsTest.java @@ -1,8 +1,8 @@ package cgeo.geocaching.connector.gc; import cgeo.CGeoTestCase; -import cgeo.geocaching.SearchResult; import cgeo.geocaching.Geocache; +import cgeo.geocaching.SearchResult; import cgeo.geocaching.cgData; import cgeo.geocaching.enumerations.LoadFlags; import cgeo.geocaching.utils.CancellableHandler; @@ -11,7 +11,7 @@ import android.os.Message; public class WaypointsTest extends CGeoTestCase { - public static CancellableHandler handler = new CancellableHandler() { + public static final CancellableHandler handler = new CancellableHandler() { @Override protected void handleRegularMessage(final Message message) { // Dummy |
