diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2013-06-02 14:28:35 +0200 |
| commit | d2d92f04608e0877a648b08e36e8c6155a8947d3 (patch) | |
| tree | 8de080bfc067bdf69c3f4003610e6344bb98b055 /tests/src/cgeo/geocaching/export | |
| parent | c2fc75e67cb016ad1884816d5fe432063488359a (diff) | |
| download | cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.zip cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.gz cgeo-d2d92f04608e0877a648b08e36e8c6155a8947d3.tar.bz2 | |
refactoring: apply android formatter to all XML files
* makes it easier to compare and find duplicate code
Diffstat (limited to 'tests/src/cgeo/geocaching/export')
| -rw-r--r-- | tests/src/cgeo/geocaching/export/ExportTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/export/ExportTest.java b/tests/src/cgeo/geocaching/export/ExportTest.java index 5b974e0..3e5505a 100644 --- a/tests/src/cgeo/geocaching/export/ExportTest.java +++ b/tests/src/cgeo/geocaching/export/ExportTest.java @@ -54,7 +54,7 @@ public class ExportTest extends CGeoTestCase { public File testExportSync(List<Geocache> caches) throws InterruptedException, ExecutionException { final ArrayList<String> geocodes = new ArrayList<String>(caches.size()); - for (final Geocache cache: caches) { + for (final Geocache cache : caches) { geocodes.add(cache.getGeocode()); } final ExportTask task = new ExportTask(null); |
