dion        2002/06/06 09:54:28

  Modified:    src/java/org/apache/maven/tasklist Task.java
                        TaskListVisitor.java TaskListEntry.java
                        TaskListExecutor.java TaskList.java
  Log:
  Fix checkstyle issues
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/tasklist/Task.java
  
  Index: Task.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/tasklist/Task.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Task.java 4 Jun 2002 02:35:01 -0000       1.1
  +++ Task.java 6 Jun 2002 16:54:28 -0000       1.2
  @@ -31,7 +31,7 @@
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache jakarta-turbine-maven", nor may "Apache" appear in their name, without
  + *    "Apache Maven", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -63,7 +63,7 @@
    * and/or owner.
    * 
    * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: Task.java,v 1.1 2002/06/04 02:35:01 kaz Exp $
  + * @version $Id: Task.java,v 1.2 2002/06/06 16:54:28 dion Exp $
    * @task Currently, task only contains a description, but there is no
    * reason we can't expand this to include an owner and/or priority.
    */
  
  
  
  1.2       +3 -1      
jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskListVisitor.java
  
  Index: TaskListVisitor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskListVisitor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TaskListVisitor.java      4 Jun 2002 02:35:01 -0000       1.1
  +++ TaskListVisitor.java      6 Jun 2002 16:54:28 -0000       1.2
  @@ -52,6 +52,8 @@
    * individuals on behalf of the Apache Software Foundation.  For more
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
  + *
  + * ====================================================================
    */
   
   import java.util.ArrayList;
  @@ -67,7 +69,7 @@
    * that were found in the AST.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: TaskListVisitor.java,v 1.1 2002/06/04 02:35:01 kaz Exp $
  + * @version $Id: TaskListVisitor.java,v 1.2 2002/06/06 16:54:28 dion Exp $
    */
   class TaskListVisitor extends BaseVisitor
   {
  
  
  
  1.2       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskListEntry.java
  
  Index: TaskListEntry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskListEntry.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TaskListEntry.java        4 Jun 2002 02:35:01 -0000       1.1
  +++ TaskListEntry.java        6 Jun 2002 16:54:28 -0000       1.2
  @@ -31,7 +31,7 @@
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache jakarta-turbine-maven", nor may "Apache" appear in their name, without
  + *    "Apache Maven", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -67,7 +67,7 @@
    * project.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: TaskListEntry.java,v 1.1 2002/06/04 02:35:01 kaz Exp $
  + * @version $Id: TaskListEntry.java,v 1.2 2002/06/06 16:54:28 dion Exp $
    *
    */
   class TaskListEntry
  
  
  
  1.2       +3 -3      
jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskListExecutor.java
  
  Index: TaskListExecutor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskListExecutor.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TaskListExecutor.java     4 Jun 2002 02:35:01 -0000       1.1
  +++ TaskListExecutor.java     6 Jun 2002 16:54:28 -0000       1.2
  @@ -26,12 +26,12 @@
    *    if and wherever such third-party acknowledgments normally appear.
    *
    * 4. The names "Apache" and "Apache Software Foundation" and
  - *    "Apache jakarta-turbine-maven" must not be used to endorse or promote products
  + *    "Apache Maven" must not be used to endorse or promote products
    *    derived from this software without prior written permission. For
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache jakarta-turbine-maven", nor may "Apache" appear in their name, without
  + *    "Apache Maven", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -74,7 +74,7 @@
    * task list is generated as an XML file.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: TaskListExecutor.java,v 1.1 2002/06/04 02:35:01 kaz Exp $
  + * @version $Id: TaskListExecutor.java,v 1.2 2002/06/06 16:54:28 dion Exp $
    */
   public class TaskListExecutor extends FileProcessingExecutor
   {
  
  
  
  1.2       +3 -3      
jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskList.java
  
  Index: TaskList.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/tasklist/TaskList.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TaskList.java     4 Jun 2002 02:35:01 -0000       1.1
  +++ TaskList.java     6 Jun 2002 16:54:28 -0000       1.2
  @@ -31,7 +31,7 @@
    *    written permission, please contact [EMAIL PROTECTED]
    *
    * 5. Products derived from this software may not be called "Apache",
  - *    "Apache jakarta-turbine-maven", nor may "Apache" appear in their name, without
  + *    "Apache Maven", nor may "Apache" appear in their name, without
    *    prior written permission of the Apache Software Foundation.
    *
    * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  @@ -66,12 +66,12 @@
    * JavaDoc task tags in a source tree.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Pete Kazmier</a>
  - * @version $Id: TaskList.java,v 1.1 2002/06/04 02:35:01 kaz Exp $
  + * @version $Id: TaskList.java,v 1.2 2002/06/06 16:54:28 dion Exp $
    */
   class TaskList
   {
       /** The encoding used when creating the XML representation. */
  -    final static String ENCODING = "ISO-8859-1";
  +    static final String ENCODING = "ISO-8859-1";
   
       /** The list of TaskListEntries accumulated. */
       private List taskListEntries = new ArrayList();
  
  
  

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

Reply via email to