Browse Source

javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278182 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 20 years ago
parent
commit
0d8ba34fdf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/main/org/apache/tools/ant/types/DataType.java

+ 1
- 0
src/main/org/apache/tools/ant/types/DataType.java View File

@@ -152,6 +152,7 @@ public abstract class DataType extends ProjectComponent {
* @param dataTypeName the name of the datatype that the reference should be (error message
* use only)
* @return the derefenced object
* @throws BuildException if the reference is invalid (circular ref, wrong class, etc).
*/
protected Object getCheckedRef(final Class requiredClass,
final String dataTypeName) {


Loading…
Cancel
Save