From: Eric B. R. <eb...@tc...> - 2006-03-17 23:47:15
|
Looks like I committed a change the re-organized the imports in FastWriter. Sorry about that. We've switched to SVN here at the office, and apparently I've totally forgotten how to use CVS! eric Begin forwarded message: > From: "Eric B. Ridge" <dr...@us...> > Date: March 17, 2006 6:44:11 PM EST > To: web...@li... > Subject: [WebMacro-cvs] webmacro/src/org/webmacro FastWriter.java, > 1.31,1.32 > > Update of /cvsroot/webmacro/webmacro/src/org/webmacro > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12188/src/org/ > webmacro > > Modified Files: > FastWriter.java > Log Message: > removing test file > > > Index: FastWriter.java > =================================================================== > RCS file: /cvsroot/webmacro/webmacro/src/org/webmacro/ > FastWriter.java,v > retrieving revision 1.31 > retrieving revision 1.32 > diff -C2 -d -r1.31 -r1.32 > *** FastWriter.java 16 Jul 2003 06:44:59 -0000 1.31 > --- FastWriter.java 17 Mar 2006 23:44:09 -0000 1.32 > *************** > *** 24,33 **** > package org.webmacro; > > - import java.io.*; > - > import org.webmacro.util.ByteBufferOutputStream; > import org.webmacro.util.Encoder; > import org.webmacro.util.EncoderProvider; > > > /** > --- 24,33 ---- > package org.webmacro; > > import org.webmacro.util.ByteBufferOutputStream; > import org.webmacro.util.Encoder; > import org.webmacro.util.EncoderProvider; > > + import java.io.*; > + > > /** > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the > live webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Webmacro-cvs mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/webmacro-cvs |