Browse Source

sp

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@916443 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 15 years ago
parent
commit
e67bfbd2b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/AntTypeDefinition.java

+ 1
- 1
src/main/org/apache/tools/ant/AntTypeDefinition.java View File

@@ -146,7 +146,7 @@ public class AntTypeDefinition {
* class and the definition class is not
* assignable from the assignable class.
* @param project the current project.
* @return the exposed class - may return null if upable to load the class
* @return the exposed class - may return null if unable to load the class
*/
public Class getExposedClass(Project project) {
if (adaptToClass != null) {


Loading…
Cancel
Save