tcopeland    02/05/12 12:24:41

  Modified:    src/java/org/apache/maven/changelog ChangeLogEntry.java
  Log:
  toXML() had an unused local variable - outputTime.  Commented it out for now...
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-turbine-maven/src/java/org/apache/maven/changelog/ChangeLogEntry.java
  
  Index: ChangeLogEntry.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/changelog/ChangeLogEntry.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ChangeLogEntry.java       30 Apr 2002 14:40:59 -0000      1.1
  +++ ChangeLogEntry.java       12 May 2002 19:24:41 -0000      1.2
  @@ -66,7 +66,7 @@
    * @todo add time of change to the entry
    * @todo investigate betwixt for toXML method
    * @author <a href="mailto:[EMAIL PROTECTED]";>dIon Gillard</a>
  - * @version $Id: ChangeLogEntry.java,v 1.1 2002/04/30 14:40:59 dion Exp $
  + * @version $Id: ChangeLogEntry.java,v 1.2 2002/05/12 19:24:41 tcopeland Exp $
    */
   public class ChangeLogEntry
   {
  @@ -135,7 +135,7 @@
       public String toXML()
       {
           StringBuffer buffer = new StringBuffer();
  -        SimpleDateFormat outputTime = new SimpleDateFormat("hh:mm");
  +        //SimpleDateFormat outputTime = new SimpleDateFormat("hh:mm");
   
           buffer.append("\t<changelog-entry>\n")
               .append("\t\t<date>")
  
  
  

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

Reply via email to