bodewig 2003/07/22 05:13:11
Modified: src/main/org/apache/tools/zip ZipOutputStream.java
Log:
Add comments as suggested by Jan
Revision Changes Path
1.16 +11 -1 ant/src/main/org/apache/tools/zip/ZipOutputStream.java
Index: ZipOutputStream.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/zip/ZipOutputStream.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ZipOutputStream.java 22 Jul 2003 11:37:21 -0000 1.15
+++ ZipOutputStream.java 22 Jul 2003 12:13:10 -0000 1.16
@@ -214,12 +214,22 @@
/**
* Deflater object for output
*
+ * <p>This attribute is only protected to provide a level of API
+ * backwards compatibility. This class used to extend [EMAIL PROTECTED]
+ * java.util.zip.DeflaterOutputStream DeflaterOutputStream} up to
+ * Revision 1.13.</p>
+ *
* @since 1.14
*/
protected Deflater def = new Deflater(Deflater.DEFAULT_COMPRESSION,
true);
/**
* Deflater buffer
+ *
+ * <p>This attribute is only protected to provide a level of API
+ * backwards compatibility. This class used to extend [EMAIL PROTECTED]
+ * java.util.zip.DeflaterOutputStream DeflaterOutputStream} up to
+ * Revision 1.13.</p>
*
* @since 1.14
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]