diff options
| author | Bananeweizen <Bananeweizen@gmx.de> | 2013-07-28 18:07:50 +0200 |
|---|---|---|
| committer | Bananeweizen <Bananeweizen@gmx.de> | 2013-07-28 18:07:50 +0200 |
| commit | 24413415dd85f5c4da3f86c98ec6c78fec0f257d (patch) | |
| tree | bd4d13a8d46eae4393ce0f07c0a1702833dc698a /main/src/cgeo/geocaching/utils/FileUtils.java | |
| parent | 51e61f7b36a731ce7ed4087fbe38642687be0321 (diff) | |
| download | cgeo-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 'main/src/cgeo/geocaching/utils/FileUtils.java')
| -rw-r--r-- | main/src/cgeo/geocaching/utils/FileUtils.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/cgeo/geocaching/utils/FileUtils.java b/main/src/cgeo/geocaching/utils/FileUtils.java index 9951af1..0b358d2 100644 --- a/main/src/cgeo/geocaching/utils/FileUtils.java +++ b/main/src/cgeo/geocaching/utils/FileUtils.java @@ -12,8 +12,6 @@ import java.util.List; /** * Utility class for files * - * @author rsudev - * */ public final class FileUtils { |
