[Batchserver-cvs] batchserver/src/org/jmonks/batchserver/framework/controller JobController.java,1.6
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-05-03 22:11:21
|
Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9605/org/jmonks/batchserver/framework/controller Modified Files: JobController.java Log Message: no message Index: JobController.java =================================================================== RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/controller/JobController.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** JobController.java 3 May 2006 13:01:49 -0000 1.6 --- JobController.java 3 May 2006 22:11:18 -0000 1.7 *************** *** 154,158 **** /** ! * This method will be called by Main to process the job. This returns the exit status of the job, which will be communicate to everyone. * * @return Returns the exit status of the job. --- 154,159 ---- /** ! * This method will be called by Main to process the job. ! * This returns the exit status of the job, which will be communicate to everyone. * * @return Returns the exit status of the job. |