jvanzyl 01/09/01 19:36:48 Modified: src/services/java/org/apache/fulcrum/factory Factory.java Log: - minor javadoc corrections Revision Changes Path 1.3 +3 -3 jakarta-turbine-fulcrum/src/services/java/org/apache/fulcrum/factory/Factory.java Index: Factory.java =================================================================== RCS file: /home/cvs/jakarta-turbine-fulcrum/src/services/java/org/apache/fulcrum/factory/Factory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Factory.java 2001/08/10 11:46:23 1.2 +++ Factory.java 2001/09/02 02:36:48 1.3 @@ -58,20 +58,20 @@ /** * Factory is an interface for object factories. Object factories - * can be registered to the Factory Service to support customized + * can be registered with the Factory Service to support customized * functionality during instantiation of specific classes that * the service itself cannot provide. Examples include * instantiation of XML parsers and secure sockets requiring * provider specific initializations before instantiation. * * @author <a href="mailto:[EMAIL PROTECTED]">Ilkka Priha</a> - * @version $Id: Factory.java,v 1.2 2001/08/10 11:46:23 knielsen Exp $ + * @version $Id: Factory.java,v 1.3 2001/09/02 02:36:48 jvanzyl Exp $ */ public interface Factory { /** * Initializes the factory. This method is called by - * the Factory Service before the factory is taken into use. + * the Factory Service before the factory is used. * * @param className the name of the production class * @throws ServiceException if initialization fails. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]