diff options
Diffstat (limited to 'tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java | 4 |
1 files changed, 1 insertions, 3 deletions
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 { |
