Browse Source

trailing spaces

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471921 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
415e089a8d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      src/main/org/apache/tools/zip/UnrecognizedExtraField.java
  2. +2
    -2
      src/main/org/apache/tools/zip/ZipEntry.java

+ 1
- 1
src/main/org/apache/tools/zip/UnrecognizedExtraField.java View File

@@ -124,7 +124,7 @@ public class UnrecognizedExtraField implements ZipExtraField {
}

/**
* @see ZipExtraField#parseFromLocalFileData(byte[], int, int)
* @see ZipExtraField#parseFromLocalFileData(byte[], int, int)
*/
public void parseFromLocalFileData(byte[] data, int offset, int length) {
byte[] tmp = new byte[length];


+ 2
- 2
src/main/org/apache/tools/zip/ZipEntry.java View File

@@ -100,7 +100,7 @@ public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable {

/**
* Retrieves the internal file attributes.
*
*
* @return the internal file attributes
* @since 1.1
*/
@@ -307,7 +307,7 @@ public class ZipEntry extends java.util.zip.ZipEntry implements Cloneable {
* setCompressedSize via reflection.</p>
* @param size the size to use
* @deprecated since 1.7.
* Use setCompressedSize directly.
* Use setCompressedSize directly.
* @since 1.2
*/
public void setComprSize(long size) {


Loading…
Cancel
Save