jvanzyl     2002/11/24 09:59:41

  Modified:    src/java/org/apache/maven/jelly/tags
                        MavenJeezTagLibrary.java
  Log:
  refactoring
  
  Revision  Changes    Path
  1.2       +6 -6      
jakarta-turbine-maven/src/java/org/apache/maven/jelly/tags/MavenJeezTagLibrary.java
  
  Index: MavenJeezTagLibrary.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/jelly/tags/MavenJeezTagLibrary.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- MavenJeezTagLibrary.java  14 Nov 2002 04:12:35 -0000      1.1
  +++ MavenJeezTagLibrary.java  24 Nov 2002 17:59:41 -0000      1.2
  @@ -72,7 +72,8 @@
    *
    *  @version $Id$
    */
  -public class MavenJeezTagLibrary extends JeezTagLibrary
  +public class MavenJeezTagLibrary 
  +    extends JeezTagLibrary
   {
       // ------------------------------------------------------------
       //     org.apache.commons.jelly.tags.jeez.JeezTagLibrary
  @@ -87,8 +88,8 @@
        *  @throws Exception If an error occurs while attempting to
        *          create the script.
        */
  -    public TagScript createTagScript(final String name,
  -                                     Attributes attrs) throws Exception
  +    public TagScript createTagScript(String name, Attributes attrs) 
  +        throws Exception
       {
           // Catch the special case of <attainGoal> and substitute
           // in the lazy version that loads via the Pluginmanager.
  @@ -100,8 +101,7 @@
   
           // Otherwise, act like nothing is different.
   
  -        return super.createTagScript( name,
  -                                      attrs );
  +        return super.createTagScript( name, attrs );
       }
   
   }
  
  
  

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

Reply via email to