Re: cvs commit: ant/src/main/org/apache/tools/zip ZipOutputStream .java

2003-07-22 Thread Stefan Bodewig
On Tue, 22 Jul 2003, Jan Materne <[EMAIL PROTECTED]> wrote: > I think that as a short java comment inside that code would be > good. True, thanks Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: cvs commit: ant/src/main/org/apache/tools/zip ZipOutputStream .java

2003-07-22 Thread Jan . Materne
> >/** > > + * Deflater object for output > > + * > > + * @since 1.14 > > + */ > > +protected Deflater def = new Deflater(Deflater.DEFAULT_COMPRESSION, true); > > + > > +/** > > + * Deflater buffer > > + * > > + * @since 1.14 > >