luehe       2002/11/27 08:00:15

  Modified:    jasper2/src/share/org/apache/jasper/compiler
                        TagLibraryInfoImpl.java
  Log:
  small javadoc improvement
  
  Revision  Changes    Path
  1.26      +8 -3      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java
  
  Index: TagLibraryInfoImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/compiler/TagLibraryInfoImpl.java,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- TagLibraryInfoImpl.java   14 Nov 2002 22:22:38 -0000      1.25
  +++ TagLibraryInfoImpl.java   27 Nov 2002 16:00:14 -0000      1.26
  @@ -407,6 +407,11 @@
        * Parses the tag file directives of the given TagFile and turns them into
        * a TagInfo.
        *
  +     * @param elem The <tag-file> element in the TLD
  +     * @param uri The location of the TLD, in case the tag file is specified
  +     * relative to it
  +     * @param jarFile The JAR file, in case the tag file is packaged in a JAR
  +     *
        * @return TagInfo correspoding to tag file directives
        */
       private TagFileInfo createTagFileInfo(TreeNode elem, String uri,
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to