You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ce...@apache.org on 2003/05/15 17:56:31 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts/tiles/actions ViewDefinitionsAction.java

cedric      2003/05/15 08:56:31

  Modified:    src/share/org/apache/struts/tiles/actions
                        ViewDefinitionsAction.java
  Log:
  Change the documentation.
  
  Revision  Changes    Path
  1.5       +7 -10     jakarta-struts/src/share/org/apache/struts/tiles/actions/ViewDefinitionsAction.java
  
  Index: ViewDefinitionsAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/tiles/actions/ViewDefinitionsAction.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ViewDefinitionsAction.java	4 Feb 2003 02:23:08 -0000	1.4
  +++ ViewDefinitionsAction.java	15 May 2003 15:56:31 -0000	1.5
  @@ -77,14 +77,11 @@
   
   
   /**
  - * <p>A standard <strong>Action</strong> that calls the
  - * <code>reload()</code> method of our controller servlet to
  - * reload its configuration information from the configuration
  - * files (which have presumably been updated) dynamically.</p>
  - *
  - * @author Craig R. McClanahan
  + * <p>An <strong>Action</strong> that writes the
  + * definitions of the Tiles factory.
  + * Useful to check what is effectivly loaded in a
  + * Tiles factory
    * @author Cedric Dumoulin
  - * @version $Revision$ $Date$
    */
   
   public class ViewDefinitionsAction extends Action {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org