git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270785 13f79535-47bb-0310-9956-ffa450edef68master
@@ -16,7 +16,6 @@ package org.apache.tools.tar; | |||||
*/ | */ | ||||
public class TarUtils | public class TarUtils | ||||
{ | { | ||||
/** | /** | ||||
* Parse the checksum octal integer from a header buffer. | * Parse the checksum octal integer from a header buffer. | ||||
* | * | ||||
@@ -15,7 +15,6 @@ package org.apache.tools.zip; | |||||
*/ | */ | ||||
public interface UnixStat | public interface UnixStat | ||||
{ | { | ||||
/** | /** | ||||
* Bits used for permissions (and sticky bit) | * Bits used for permissions (and sticky bit) | ||||
* | * | ||||
@@ -16,9 +16,9 @@ package org.apache.tools.zip; | |||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public class UnrecognizedExtraField implements ZipExtraField | |||||
public class UnrecognizedExtraField | |||||
implements ZipExtraField | |||||
{ | { | ||||
/** | /** | ||||
* Extra field data in central directory - without Header-ID or length | * Extra field data in central directory - without Header-ID or length | ||||
* specifier. | * specifier. | ||||
@@ -19,9 +19,9 @@ import java.util.zip.ZipException; | |||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public class ZipEntry extends java.util.zip.ZipEntry | |||||
public class ZipEntry | |||||
extends java.util.zip.ZipEntry | |||||
{ | { | ||||
/** | /** | ||||
* Helper for JDK 1.1 | * Helper for JDK 1.1 | ||||
* | * | ||||
@@ -16,7 +16,6 @@ package org.apache.tools.tar; | |||||
*/ | */ | ||||
public class TarUtils | public class TarUtils | ||||
{ | { | ||||
/** | /** | ||||
* Parse the checksum octal integer from a header buffer. | * Parse the checksum octal integer from a header buffer. | ||||
* | * | ||||
@@ -15,7 +15,6 @@ package org.apache.tools.zip; | |||||
*/ | */ | ||||
public interface UnixStat | public interface UnixStat | ||||
{ | { | ||||
/** | /** | ||||
* Bits used for permissions (and sticky bit) | * Bits used for permissions (and sticky bit) | ||||
* | * | ||||
@@ -16,9 +16,9 @@ package org.apache.tools.zip; | |||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public class UnrecognizedExtraField implements ZipExtraField | |||||
public class UnrecognizedExtraField | |||||
implements ZipExtraField | |||||
{ | { | ||||
/** | /** | ||||
* Extra field data in central directory - without Header-ID or length | * Extra field data in central directory - without Header-ID or length | ||||
* specifier. | * specifier. | ||||
@@ -19,9 +19,9 @@ import java.util.zip.ZipException; | |||||
* @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | * @author <a href="stefan.bodewig@epost.de">Stefan Bodewig</a> | ||||
* @version $Revision$ | * @version $Revision$ | ||||
*/ | */ | ||||
public class ZipEntry extends java.util.zip.ZipEntry | |||||
public class ZipEntry | |||||
extends java.util.zip.ZipEntry | |||||
{ | { | ||||
/** | /** | ||||
* Helper for JDK 1.1 | * Helper for JDK 1.1 | ||||
* | * | ||||