Browse Source

Make sure that the modifiers are in correct order

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270983 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
8c81fc2613
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      proposal/myrmidon/src/java/org/apache/aut/tar/TarEntry.java

+ 1
- 2
proposal/myrmidon/src/java/org/apache/aut/tar/TarEntry.java View File

@@ -56,12 +56,11 @@ import java.util.Date;
* @author <a href="mailto:peter@apache.org">Peter Donald</a> * @author <a href="mailto:peter@apache.org">Peter Donald</a>
*/ */
public class TarEntry public class TarEntry
// implements TarConstants
{ {
/** /**
* The length of the name field in a header buffer. * The length of the name field in a header buffer.
*/ */
public static final int NAMELEN = 100;
public final static int NAMELEN = 100;


/** /**
* The entry's modification time. * The entry's modification time.


Loading…
Cancel
Save