dgraham 2002/10/20 12:24:33 Modified: src/share/org/apache/struts/tiles TilesPlugin.java Log: Fixed typo in javadoc. Revision Changes Path 1.6 +12 -11 jakarta-struts/src/share/org/apache/struts/tiles/TilesPlugin.java Index: TilesPlugin.java =================================================================== RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/TilesPlugin.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- TilesPlugin.java 18 Oct 2002 15:27:42 -0000 1.5 +++ TilesPlugin.java 20 Oct 2002 19:24:32 -0000 1.6 @@ -85,14 +85,14 @@ * This plugin is to be used with Struts 1.1 in association with * TilesRequestProcessor. * <br> - * Plugin should be declared in each "struts-config.xml" files. This plugin - * ensure one common definition factory for all modules. The definition factory + * Plugin should be declared in each "struts-config.xml" file. This plugin + * ensures one common definition factory for all modules. The definition factory * configuration is read first from 'web.xml' (backward compatibility), then it is * overloaded by values found in plugin property values. * <br> - * The plugin change Struts configuration by specifying a TilesRequestProcessor as - * request processor. If user has also specified another request processor, this - * later should subclass the TilesRequestProcessor class. + * The plugin changes Struts configuration by specifying a TilesRequestProcessor as + * request processor. If the user has also specified another request processor, this + * should subclass TilesRequestProcessor. * <br> * In case of several modules, the definition factory * configuration is read by the first tiles plugin to be initialized. The order is @@ -105,10 +105,11 @@ */ public class TilesPlugin implements PlugIn { - /** Commons Logging instance. */ - protected static Log log = LogFactory.getLog(TilesPlugin.class); + /** Commons Logging instance. */ + protected static Log log = LogFactory.getLog(TilesPlugin.class); + /** Associated definition factory */ - protected DefinitionsFactory definitionFactory; + protected DefinitionsFactory definitionFactory; /** * <p>Receive notification that the specified module is being
-- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>