diff options
author | Brett Porter <brett@apache.org> | 2008-11-19 06:33:35 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-11-19 06:33:35 +0000 |
commit | f5783998720cd43108fa995fefb44aa2b940bac5 (patch) | |
tree | f416e836e1c9548d51e6f2e371902012dd83110e /archiva-modules/archiva-web/archiva-applet | |
parent | 9265e9e8dda7e6374f420065201a828a4fdc8254 (diff) | |
download | archiva-f5783998720cd43108fa995fefb44aa2b940bac5.tar.gz archiva-f5783998720cd43108fa995fefb44aa2b940bac5.zip |
remove @author tags as agreed on list: http://markmail.org/message/mtycwzotzosbywzr
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@718864 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-applet')
-rw-r--r-- | archiva-modules/archiva-web/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java b/archiva-modules/archiva-web/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java index ca9f6337d..52b99d44b 100644 --- a/archiva-modules/archiva-web/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java +++ b/archiva-modules/archiva-web/archiva-applet/src/main/java/org/apache/maven/archiva/applet/ChecksumApplet.java @@ -35,7 +35,6 @@ import java.security.PrivilegedAction; /** * Applet that takes a file on the local filesystem and checksums it for sending to the server. * - * @author <a href="mailto:brett@apache.org">Brett Porter</a> */ public class ChecksumApplet extends Applet @@ -140,4 +139,4 @@ public class ChecksumApplet return output.toUpperCase(); } -}
\ No newline at end of file +} |