diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-03-04 07:28:42 +0100 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-03-04 07:28:42 +0100 |
| commit | 00e4f99229d03d7db5ffd753e9e704e19abea3fa (patch) | |
| tree | 584a05ec82c24ef86fcb0477b254c57aa28096d2 /tests/src/cgeo/geocaching/test | |
| parent | 32b4ba8e94c7aab44dab614b16cb203809d2a2a5 (diff) | |
| download | cgeo-00e4f99229d03d7db5ffd753e9e704e19abea3fa.zip cgeo-00e4f99229d03d7db5ffd753e9e704e19abea3fa.tar.gz cgeo-00e4f99229d03d7db5ffd753e9e704e19abea3fa.tar.bz2 | |
refactoring: move constants and classes to the packages they belong to
Diffstat (limited to 'tests/src/cgeo/geocaching/test')
| -rw-r--r-- | tests/src/cgeo/geocaching/test/mock/MockedCache.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/test/mock/MockedCache.java b/tests/src/cgeo/geocaching/test/mock/MockedCache.java index 83c3bc9..4eb60dd 100644 --- a/tests/src/cgeo/geocaching/test/mock/MockedCache.java +++ b/tests/src/cgeo/geocaching/test/mock/MockedCache.java @@ -1,9 +1,9 @@ package cgeo.geocaching.test.mock; -import cgeo.geocaching.GCConstants; import cgeo.geocaching.ICache; import cgeo.geocaching.cgImage; import cgeo.geocaching.cgTrackable; +import cgeo.geocaching.connector.gc.GCConstants; import cgeo.geocaching.geopoint.Geopoint; import cgeo.geocaching.geopoint.GeopointFormatter; import cgeo.geocaching.utils.BaseUtils; |
