[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/io/flat FixedWidthFlatFileWriter.java, 1.1
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-06-07 22:26:41
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/io/flat In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30008 Modified Files: FixedWidthFlatFileWriter.java Log Message: no message Index: FixedWidthFlatFileWriter.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/io/flat/FixedWidthFlatFileWriter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FixedWidthFlatFileWriter.java 6 Jun 2006 21:19:58 -0000 1.1 --- FixedWidthFlatFileWriter.java 7 Jun 2006 03:11:35 -0000 1.2 *************** *** 82,86 **** } ! public void writerRecord(WriterRecord writerRecord) { if(this.writer!=null) --- 82,86 ---- } ! public void writeRecord(WriterRecord writerRecord) { if(this.writer!=null) |