bodewig 02/04/16 05:18:24
Modified: . bootstrap.bat build.bat
src/main/org/apache/tools/ant/taskdefs/optional/ide
VAJImportServlet.java
src/main/org/apache/tools/zip ZipLong.java ZipShort.java
Log:
There is no reason to expect subclasses for ZipShort and ZipLong
2002
Revision Changes Path
1.48 +1 -1 jakarta-ant/bootstrap.bat
Index: bootstrap.bat
===================================================================
RCS file: /home/cvs/jakarta-ant/bootstrap.bat,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- bootstrap.bat 16 Apr 2002 12:12:39 -0000 1.47
+++ bootstrap.bat 16 Apr 2002 12:18:23 -0000 1.48
@@ -2,7 +2,7 @@
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.
set OLDJAVA=%JAVA%
1.34 +1 -1 jakarta-ant/build.bat
Index: build.bat
===================================================================
RCS file: /home/cvs/jakarta-ant/build.bat,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.bat 16 Apr 2002 12:12:39 -0000 1.33
+++ build.bat 16 Apr 2002 12:18:23 -0000 1.34
@@ -1,6 +1,6 @@
@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.
set OLDCLASSPATH=%CLASSPATH%
1.5 +1 -1
jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImportServlet.java
Index: VAJImportServlet.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/optional/ide/VAJImportServlet.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- VAJImportServlet.java 16 Apr 2002 09:26:36 -0000 1.4
+++ VAJImportServlet.java 16 Apr 2002 12:18:23 -0000 1.5
@@ -1,7 +1,7 @@
/*
* 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.
*
* Redistribution and use in source and binary forms, with or without
1.3 +2 -2 jakarta-ant/src/main/org/apache/tools/zip/ZipLong.java
Index: ZipLong.java
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/zip/ZipLong.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ZipLong.java 15 Apr 2002 12:11:52 -0000 1.2
+++ ZipLong.java 16 Apr 2002 12:18:23 -0000 1.3
@@ -59,9 +59,9 @@
* rules for the big endian byte order of ZIP files.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
-public class ZipLong implements Cloneable {
+public final class ZipLong implements Cloneable {
private long value;
1.3 +2 -2 jakarta-ant/src/main/org/apache/tools/zip/ZipShort.java
Index: ZipShort.java
===================================================================
RCS file: /home/cvs/jakarta-ant/src/main/org/apache/tools/zip/ZipShort.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ZipShort.java 15 Apr 2002 12:11:52 -0000 1.2
+++ ZipShort.java 16 Apr 2002 12:18:23 -0000 1.3
@@ -59,9 +59,9 @@
* rules for the big endian byte order of ZIP files.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Stefan Bodewig</a>
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
-public class ZipShort implements Cloneable {
+public final class ZipShort implements Cloneable {
private int value;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>