[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/io/flat FixedWidthFlatFileWriter.java, 1.2
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-06-08 03:39:16
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/io/flat In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17834/flat 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.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** FixedWidthFlatFileWriter.java 7 Jun 2006 03:11:35 -0000 1.2 --- FixedWidthFlatFileWriter.java 8 Jun 2006 03:39:13 -0000 1.3 *************** *** 77,82 **** --- 77,86 ---- } + /** + * TODO ::: Check whether this record type associates to any of the record specs. + */ public WriterRecord createWriterRecord(RecordType recordType) { + return new FixedWidthFlatFileWriterRecord(recordType); } |