Browse Source

Fix javadoc error

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271975 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
b370706c7b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java

+ 1
- 1
proposal/myrmidon/src/java/org/apache/aut/converter/AbstractMasterConverter.java View File

@@ -137,7 +137,7 @@ public class AbstractMasterConverter
*
* @param name the name of converter
* @return the created converter instance
* @throws java.lang.Exception if converter can not be created.
* @throws Exception if converter can not be created.
*/
protected abstract Converter createConverter( final String name )
throws Exception;


Loading…
Cancel
Save