Browse Source

There is no reason to expect subclasses for ZipShort and ZipLong

2002


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272468 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
28b02949e7
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      bootstrap.bat
  2. +1
    -1
      build.bat
  3. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImportServlet.java
  4. +1
    -1
      src/main/org/apache/tools/zip/ZipLong.java
  5. +1
    -1
      src/main/org/apache/tools/zip/ZipShort.java

+ 1
- 1
bootstrap.bat View File

@@ -2,7 +2,7 @@


REM You will need to specify JAVA_HOME if compiling with 1.2 or later. REM You will need to specify JAVA_HOME if compiling with 1.2 or later.


REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights
REM Copyright (c) 2000-2002 The Apache Software Foundation. All rights
REM reserved. REM reserved.


set OLDJAVA=%JAVA% set OLDJAVA=%JAVA%


+ 1
- 1
build.bat View File

@@ -1,6 +1,6 @@
@echo off @echo off


REM Copyright (c) 2000-2001 The Apache Software Foundation. All rights
REM Copyright (c) 2000-2002 The Apache Software Foundation. All rights
REM reserved. REM reserved.


set OLDCLASSPATH=%CLASSPATH% set OLDCLASSPATH=%CLASSPATH%


+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImportServlet.java View File

@@ -1,7 +1,7 @@
/* /*
* The Apache Software License, Version 1.1 * The Apache Software License, Version 1.1
* *
* Copyright (c) 2001 The Apache Software Foundation. All rights
* Copyright (c) 2001-2002 The Apache Software Foundation. All rights
* reserved. * reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without


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

@@ -61,7 +61,7 @@ package org.apache.tools.zip;
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @version $Revision$ * @version $Revision$
*/ */
public class ZipLong implements Cloneable {
public final class ZipLong implements Cloneable {


private long value; private long value;




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

@@ -61,7 +61,7 @@ package org.apache.tools.zip;
* @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a> * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
* @version $Revision$ * @version $Revision$
*/ */
public class ZipShort implements Cloneable {
public final class ZipShort implements Cloneable {


private int value; private int value;




Loading…
Cancel
Save