donaldp 02/01/26 17:19:58
Modified: proposal/myrmidon/src/java/org/apache/aut/tar
TarConstants.java
Log:
Moved NAMELEN constant to TarEntry and made class package access
Revision Changes Path
1.2 +3 -11 jakarta-ant/proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java
Index: TarConstants.java
===================================================================
RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/aut/tar/TarConstants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- TarConstants.java 20 Jan 2002 00:03:04 -0000 1.1
+++ TarConstants.java 27 Jan 2002 01:19:58 -0000 1.2
@@ -10,19 +10,11 @@
/**
* This interface contains all the definitions used in the package.
*
- * @author Timothy Gerard Endres <a href="mailto:time@ice.com">time@ice.com</a>
- * @author Stefano Mazzocchi <a href="mailto:stefano@apache.org">
- * stefano@apache.org</a>
+ * @author <a href="mailto:time@ice.com">Timothy Gerard Endres</a>
+ * @author <a href="mailto:stefano@apache.org">Stefano Mazzocchi</a>
*/
-
-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.
*/
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|