From: Aaron A. <aa...@us...> - 2009-01-03 05:13:38
|
Update of /cvsroot/jboost/jboost/src/jboost/examples In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2442/examples Modified Files: ExampleSet.java Log Message: Added python to the code output options. Index: ExampleSet.java =================================================================== RCS file: /cvsroot/jboost/jboost/src/jboost/examples/ExampleSet.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExampleSet.java 11 Sep 2008 21:25:45 -0000 1.3 --- ExampleSet.java 3 Jan 2009 05:13:32 -0000 1.4 *************** *** 68,72 **** break; } ! System.out.printf("ExampleSet.indexLocation=%d%n", indexLocation); } } --- 68,72 ---- break; } ! //System.out.printf("ExampleSet.indexLocation=%d%n", indexLocation); } } |