Browse Source

*** empty log message ***

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270193 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
0cd0821159
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java
  2. +2
    -2
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/GenerateKey.java

+ 2
- 2
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/GenerateKey.java View File

@@ -19,9 +19,9 @@ import org.apache.tools.ant.types.Commandline;
*
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
*/
public class GenerateKey extends Task
public class GenerateKey
extends Task
{

/**
* The alias of signer.
*/


+ 2
- 2
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/GenerateKey.java View File

@@ -19,9 +19,9 @@ import org.apache.tools.ant.types.Commandline;
*
* @author <a href="mailto:donaldp@apache.org">Peter Donald</a>
*/
public class GenerateKey extends Task
public class GenerateKey
extends Task
{

/**
* The alias of signer.
*/


Loading…
Cancel
Save