aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/cgeo/geocaching/test/RegExPerformanceTest.java
diff options
context:
space:
mode:
authorBananeweizen <Bananeweizen@gmx.de>2013-07-28 18:07:50 +0200
committerBananeweizen <Bananeweizen@gmx.de>2013-07-28 18:07:50 +0200
commit24413415dd85f5c4da3f86c98ec6c78fec0f257d (patch)
treebd4d13a8d46eae4393ce0f07c0a1702833dc698a /tests/src/cgeo/geocaching/test/RegExPerformanceTest.java
parent51e61f7b36a731ce7ed4087fbe38642687be0321 (diff)
downloadcgeo-24413415dd85f5c4da3f86c98ec6c78fec0f257d.zip
cgeo-24413415dd85f5c4da3f86c98ec6c78fec0f257d.tar.gz
cgeo-24413415dd85f5c4da3f86c98ec6c78fec0f257d.tar.bz2
refactoring: remove author tags from source
* recommended best practice for open source projects to foster community aspect * alternative of documenting each author everywhere is hard to maintain * git blame can be used more easily anyway
Diffstat (limited to 'tests/src/cgeo/geocaching/test/RegExPerformanceTest.java')
-rw-r--r--tests/src/cgeo/geocaching/test/RegExPerformanceTest.java4
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 {