You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/04/20 07:26:14 UTC

cvs commit: jakarta-avalon-excalibur/zip/src/java/org/apache/excalibur/zip ZipLong.java ZipShort.java

donaldp     02/04/19 22:26:14

  Modified:    zip/src/java/org/apache/excalibur/zip ZipLong.java
                        ZipShort.java
  Log:
  You aint gonna need to subclass these classes.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-avalon-excalibur/zip/src/java/org/apache/excalibur/zip/ZipLong.java
  
  Index: ZipLong.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/zip/src/java/org/apache/excalibur/zip/ZipLong.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ZipLong.java	7 Apr 2002 02:27:06 -0000	1.2
  +++ ZipLong.java	20 Apr 2002 05:26:14 -0000	1.3
  @@ -12,9 +12,9 @@
    * the big endian byte order of ZIP files.
    *
    * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
  -public class ZipLong
  +public final class ZipLong
       implements Cloneable
   {
       private long m_value;
  
  
  
  1.3       +2 -2      jakarta-avalon-excalibur/zip/src/java/org/apache/excalibur/zip/ZipShort.java
  
  Index: ZipShort.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/zip/src/java/org/apache/excalibur/zip/ZipShort.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ZipShort.java	7 Apr 2002 02:27:06 -0000	1.2
  +++ ZipShort.java	20 Apr 2002 05:26:14 -0000	1.3
  @@ -12,9 +12,9 @@
    * the big endian byte order of ZIP files.
    *
    * @author <a href="mailto:stefan.bodewig@epost.de">Stefan Bodewig</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
  -public class ZipShort
  +public final class ZipShort
       implements Cloneable
   {
       private int m_value;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>