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