diff options
| author | blafoo <github@blafoo.de> | 2011-10-26 16:52:36 +0200 |
|---|---|---|
| committer | blafoo <github@blafoo.de> | 2011-10-26 23:25:40 +0200 |
| commit | a7824dc9af750ebb771e4343423eac1225f9645b (patch) | |
| tree | 70ce833ba7583b6be1a4f76459ae80820599fdc7 /tests/src/cgeo/geocaching/sorting/NameComparatorTest.java | |
| parent | 02701ff1964407b780b8c0be0d69d513ed1cce85 (diff) | |
| download | cgeo-a7824dc9af750ebb771e4343423eac1225f9645b.zip cgeo-a7824dc9af750ebb771e4343423eac1225f9645b.tar.gz cgeo-a7824dc9af750ebb771e4343423eac1225f9645b.tar.bz2 | |
No direct access to fields
Diffstat (limited to 'tests/src/cgeo/geocaching/sorting/NameComparatorTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/sorting/NameComparatorTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/cgeo/geocaching/sorting/NameComparatorTest.java b/tests/src/cgeo/geocaching/sorting/NameComparatorTest.java index eb496e4..fa3b16c 100644 --- a/tests/src/cgeo/geocaching/sorting/NameComparatorTest.java +++ b/tests/src/cgeo/geocaching/sorting/NameComparatorTest.java @@ -9,7 +9,7 @@ public class NameComparatorTest extends AndroidTestCase { private static class NamedCache extends cgCache { public NamedCache(final String name) { - this.name = name; + this.setName(name); } } |
