Update of /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/xml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12509
Modified Files:
XMLJobConfigFactory.java
Log Message:
no message
Index: XMLJobConfigFactory.java
===================================================================
RCS file: /cvsroot/batchserver/batchserver/src/org/jmonks/batchserver/framework/config/xml/XMLJobConfigFactory.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** XMLJobConfigFactory.java 17 Mar 2006 14:04:38 -0000 1.9
--- XMLJobConfigFactory.java 21 Mar 2006 04:27:09 -0000 1.10
***************
*** 76,79 ****
--- 76,83 ----
private static Logger logger=Logger.getLogger(XMLJobConfigFactory.class);
+ protected XMLJobConfigFactory()
+ {
+ }
+
/**
* This method initializes the factory by accepting the required properties
***************
*** 85,89 ****
* @throws ConfigurationException If required properties are missing.
*/
! protected void init(Map configFactoryProps)
{
logger.trace("Entering init");
--- 89,93 ----
* @throws ConfigurationException If required properties are missing.
*/
! public void init(Map configFactoryProps)
{
logger.trace("Entering init");
|