diff --git a/proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java b/proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java index ef2b9d519..fbb325930 100644 --- a/proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java +++ b/proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java @@ -10,19 +10,11 @@ package org.apache.aut.tar; /** * This interface contains all the definitions used in the package. * - * @author Timothy Gerard Endres time@ice.com - * @author Stefano Mazzocchi - * stefano@apache.org + * @author Timothy Gerard Endres + * @author Stefano Mazzocchi */ - -public interface TarConstants +interface TarConstants { - - /** - * The length of the name field in a header buffer. - */ - int NAMELEN = 100; - /** * The length of the mode field in a header buffer. */