You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/11/18 02:02:33 UTC

cvs commit: jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts TilesTool.java

nbubna      2003/11/17 17:02:33

  Modified:    src/java/org/apache/velocity/tools/struts TilesTool.java
  Log:
  javadoc tweak
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts/TilesTool.java
  
  Index: TilesTool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/src/java/org/apache/velocity/tools/struts/TilesTool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TilesTool.java	6 Nov 2003 00:26:54 -0000	1.4
  +++ TilesTool.java	18 Nov 2003 01:02:33 -0000	1.5
  @@ -142,7 +142,7 @@
        * Fetches a named attribute value from the current tiles-context.
        *
        * <p>This is functionally equivalent to
  -     * <code><tiles:getAsString name="title" /></code>.</p>
  +     * <code>&lt;tiles:getAsString name="title" /&gt;</code>.</p>
        *
        * @param name the name of the tiles-attribute to fetch
        * @return the attribute value as String
  @@ -160,7 +160,7 @@
        * <p>A generic tiles insert function</p>
        *
        * <p>This is functionally equivalent to
  -     * <code><tiles:insert attribute="menu" /></code>.</p>
  +     * <code>&lt;tiles:insert attribute="menu" /&gt;</code>.</p>
        *
        * @param attr - can be any of the following:
        *        AttributeDefinition,
  
  
  

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