Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13707
Modified Files:
Main.java
Log Message:
no message
Index: Main.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/Main.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Main.java 24 May 2006 14:33:59 -0000 1.12
--- Main.java 23 Aug 2006 14:53:55 -0000 1.13
***************
*** 31,38 ****
* @since 1.0
*/
! public class Main
{
private static Logger logger=Logger.getLogger(Main.class);
!
/**
* <p>
--- 31,44 ----
* @since 1.0
*/
! public final class Main
{
private static Logger logger=Logger.getLogger(Main.class);
!
! /**
! * Restrict the temptation of creating the instance of Main.
! */
! private Main()
! {
! }
/**
* <p>
|