kinman      2004/02/06 10:28:38

  Modified:    jsr152/examples/tagplugin howto.html
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-servletapi-5/jsr152/examples/tagplugin/howto.html
  
  Index: howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-servletapi-5/jsr152/examples/tagplugin/howto.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- howto.html        5 Feb 2004 18:09:04 -0000       1.1
  +++ howto.html        6 Feb 2004 18:28:38 -0000       1.2
  @@ -9,10 +9,10 @@
         <li>
           Implement the plugin class.<p/>
           This class, which implements 
  -        <tt>org.apache.jasper.compiler.tagplugin.Plugin</tt>
  +        <tt>org.apache.jasper.compiler.tagplugin.TagPlugin</tt>
           instructs Jasper what Java codes to generate in place of the tag
           handler calls.
  -        See Javadoc for <tt>org.apache.jasper.compiler.tagplugin.Plugin</tt>
  +        See Javadoc for <tt>org.apache.jasper.compiler.tagplugin.TagPlugin</tt>
           for details.
         </li>
   
  
  
  

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

Reply via email to