Browse Source

checkstyle

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@565089 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
201d653d71
4 changed files with 4 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/tar/TarConstants.java
  2. +1
    -0
      src/main/org/apache/tools/tar/TarUtils.java
  3. +1
    -0
      src/main/org/apache/tools/zip/ExtraFieldUtils.java
  4. +1
    -0
      src/main/org/apache/tools/zip/UnixStat.java

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

@@ -27,7 +27,7 @@ package org.apache.tools.tar;
* This interface contains all the definitions used in the package. * This interface contains all the definitions used in the package.
* *
*/ */
// CheckStyle:InterfaceIsTypeCheck OFF (bc)
public interface TarConstants { public interface TarConstants {


/** /**


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

@@ -27,6 +27,7 @@ package org.apache.tools.tar;
* This class provides static utility methods to work with byte streams. * This class provides static utility methods to work with byte streams.
* *
*/ */
// CheckStyle:HideUtilityClassConstructorCheck OFF (bc)
public class TarUtils { public class TarUtils {


/** /**


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

@@ -26,6 +26,7 @@ import java.util.zip.ZipException;
* ZipExtraField related methods * ZipExtraField related methods
* *
*/ */
// CheckStyle:HideUtilityClassConstructorCheck OFF (bc)
public class ExtraFieldUtils { public class ExtraFieldUtils {


/** /**


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

@@ -22,6 +22,7 @@ package org.apache.tools.zip;
* Constants from stat.h on Unix systems. * Constants from stat.h on Unix systems.
* *
*/ */
// CheckStyle:InterfaceIsTypeCheck OFF - backward compatible
public interface UnixStat { public interface UnixStat {


/** /**


Loading…
Cancel
Save