diff options
Diffstat (limited to 'tests/src')
3 files changed, 2 insertions, 8 deletions
diff --git a/tests/src/cgeo/geocaching/settings/TestSettings.java b/tests/src/cgeo/geocaching/settings/TestSettings.java index 6585ee4..6c31dcc 100644 --- a/tests/src/cgeo/geocaching/settings/TestSettings.java +++ b/tests/src/cgeo/geocaching/settings/TestSettings.java @@ -4,8 +4,6 @@ package cgeo.geocaching.settings; /** * provide write-access proxy to settings for testing purposes * - * @author rschuman - * */ public class TestSettings { diff --git a/tests/src/cgeo/geocaching/test/RegExPerformanceTest.java b/tests/src/cgeo/geocaching/test/RegExPerformanceTest.java index 03ca18f..7c3b195 100644 --- a/tests/src/cgeo/geocaching/test/RegExPerformanceTest.java +++ b/tests/src/cgeo/geocaching/test/RegExPerformanceTest.java @@ -16,10 +16,8 @@ import junit.framework.TestCase; /** * Test class to compare the performance of two regular expressions on given data. - * Can be used to improve the time needed to parse the cache data + * Can be used to improve the time needed to parse the cache data. * Run As "JUnit Test" - * - * @author blafoo */ public class RegExPerformanceTest extends TestCase { diff --git a/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java b/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java index 1793722..fd47e5b 100644 --- a/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java +++ b/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java @@ -8,9 +8,7 @@ import java.util.List; /** * Test class to compare the performance of two regular expressions on given data. - * Can be used to improve the time needed to parse the cache data - * - * @author blafoo + * Can be used to improve the time needed to parse the cache data. */ public class RegExRealPerformanceTest extends AndroidTestCase { |
