From 1ec104d65d95cc5d639fcafa1f64f8b90f64cdf0 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Sun, 27 Jan 2002 01:19:58 +0000 Subject: [PATCH] Moved NAMELEN constant to TarEntry and made class package access git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270925 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/aut/tar/TarConstants.java | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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. */