jvanzyl     2002/11/24 09:59:47

  Modified:    src/java/org/apache/maven/jelly/tags LazyAttainGoalTag.java
  Log:
  refactoring
  
  Revision  Changes    Path
  1.3       +4 -7      
jakarta-turbine-maven/src/java/org/apache/maven/jelly/tags/LazyAttainGoalTag.java
  
  Index: LazyAttainGoalTag.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/jelly/tags/LazyAttainGoalTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LazyAttainGoalTag.java    15 Nov 2002 19:47:26 -0000      1.2
  +++ LazyAttainGoalTag.java    24 Nov 2002 17:59:47 -0000      1.3
  @@ -75,7 +75,7 @@
   public class LazyAttainGoalTag extends AttainGoalTag
   {
       // ------------------------------------------------------------
  -    //     Constructors
  +    // C O N S T R U C T O R S 
       // ------------------------------------------------------------
   
       /** Construct.
  @@ -85,10 +85,6 @@
           // intentionally left blank.
       }    
   
  -    // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  -    //     org.apache.commons.tags.werkz.AttainGoalTag
  -    // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  -
       /** 
        * Evaluate the body to register all the various goals and pre/post conditions
        * then run all the current targets
  @@ -97,7 +93,8 @@
        *
        *  @throws Exception If an error occurs while executing the tag.
        */
  -    public void doTag(final XMLOutput output) throws Exception
  +    public void doTag(XMLOutput output) 
  +        throws Exception
       {
           Maven maven = (Maven) getContext().findVariable( 
MavenConstants.MAVEN_OBJECT );
   
  
  
  

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

Reply via email to