[cvs]
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/kernel
SystemFactory.java
JCorporate Ltd
jcorp at jcorp2.servlets.net
Thu Sep 16 12:48:41 PDT 2004
Update of /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/kernel
In directory jcorp2.servlets.net:/tmp/cvs-serv10584/expresso-web/WEB-INF/src/com/jcorporate/expresso/kernel
Modified Files:
SystemFactory.java
Log Message:
remove 'DOCUMENT ME' in javadoc
Index: SystemFactory.java
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/kernel/SystemFactory.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** SystemFactory.java 10 Jun 2003 17:57:34 -0000 1.14
--- SystemFactory.java 16 Sep 2004 19:48:39 -0000 1.15
***************
*** 142,146 ****
* @return an instantiated Root container.
*
! * @throws ConfigurationException DOCUMENT ME!
*/
public static RootContainerInterface buildExpressoComponentSystem(
--- 142,146 ----
* @return an instantiated Root container.
*
! * @throws ConfigurationException
*/
public static RootContainerInterface buildExpressoComponentSystem(
***************
*** 162,167 ****
* @return A built RootContainer implementation.
*
! * @throws ConfigurationException DOCUMENT ME!
! * @throws IllegalArgumentException DOCUMENT ME!
*/
public static RootContainerInterface buildExpressoComponentSystem(
--- 162,167 ----
* @return A built RootContainer implementation.
*
! * @throws ConfigurationException
! * @throws IllegalArgumentException
*/
public static RootContainerInterface buildExpressoComponentSystem(
***************
*** 189,193 ****
* be initialized into the
*
! * @throws ConfigurationException DOCUMENT ME!
*/
public void buildAndInitializeComponents(RootContainerInterface root,
--- 189,193 ----
* be initialized into the
*
! * @throws ConfigurationException
*/
public void buildAndInitializeComponents(RootContainerInterface root,
***************
*** 268,272 ****
* @return A built RootContainer implementation.
*
! * @throws ConfigurationException DOCUMENT ME!
*/
protected synchronized RootContainerInterface initialize(URL servicesFile,
--- 268,272 ----
* @return A built RootContainer implementation.
*
! * @throws ConfigurationException
*/
protected synchronized RootContainerInterface initialize(URL servicesFile,
More information about the cvs
mailing list