You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2001/12/16 06:05:24 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs GenerateKey.java

donaldp     01/12/15 21:05:24

  Modified:    proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs
                        GenerateKey.java
  Log:
  
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java
  
  Index: GenerateKey.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- GenerateKey.java	2001/12/16 05:01:12	1.5
  +++ GenerateKey.java	2001/12/16 05:05:24	1.6
  @@ -19,9 +19,9 @@
    *
    * @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
    */
  -public class GenerateKey extends Task
  +public class GenerateKey
  +    extends Task
   {
  -
       /**
        * The alias of signer.
        */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>