From: Eric P. <th...@us...> - 2010-10-30 17:32:21
|
Update of /cvsroot/sandev/sand/platform/tools/build/generate/org/sandev/generator In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12879 Modified Files: XMLPersisterGenerator.java Log Message: Removed comment referencing nonexistent parameter. Index: XMLPersisterGenerator.java =================================================================== RCS file: /cvsroot/sandev/sand/platform/tools/build/generate/org/sandev/generator/XMLPersisterGenerator.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** XMLPersisterGenerator.java 27 Jan 2010 23:35:11 -0000 1.9 --- XMLPersisterGenerator.java 30 Oct 2010 17:32:12 -0000 1.10 *************** *** 286,291 **** out.println(" /**"); out.println(" * Read the data file to ensure integrity and init our ID counter."); - out.println(" * The retry parameter is an indicator of whether this is a second"); - out.println(" * call attempting to restore after the first call failed."); out.println(" */"); out.println(" protected void initProcessDataFile()"); --- 286,289 ---- |