diff options
Diffstat (limited to 'tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java')
| -rw-r--r-- | tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java b/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java index 07c4c95..1793722 100644 --- a/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java +++ b/tests/src/cgeo/geocaching/test/RegExRealPerformanceTest.java @@ -1,6 +1,5 @@ package cgeo.geocaching.test; - import cgeo.geocaching.utils.Log; import android.test.AndroidTestCase; @@ -10,7 +9,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 */ public class RegExRealPerformanceTest extends AndroidTestCase { |
