Browse Source

trailing spaces

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471561 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
0325bf4994
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/main/org/apache/tools/tar/TarConstants.java
  2. +1
    -1
      src/main/org/apache/tools/tar/TarOutputStream.java

+ 1
- 1
src/main/org/apache/tools/tar/TarConstants.java View File

@@ -59,7 +59,7 @@ public interface TarConstants {
* The length of the size field in a header buffer. * The length of the size field in a header buffer.
*/ */
int SIZELEN = 12; int SIZELEN = 12;
/** /**
* The maximum size of a file in a tar archive (That's 11 sevens, octal). * The maximum size of a file in a tar archive (That's 11 sevens, octal).
*/ */


+ 1
- 1
src/main/org/apache/tools/tar/TarOutputStream.java View File

@@ -53,7 +53,7 @@ public class TarOutputStream extends FilterOutputStream {
protected byte[] assemBuf; protected byte[] assemBuf;
protected TarBuffer buffer; protected TarBuffer buffer;
protected int longFileMode = LONGFILE_ERROR; protected int longFileMode = LONGFILE_ERROR;
private boolean closed = false; private boolean closed = false;


/** /**


Loading…
Cancel
Save