Browse Source

add comment

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274787 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 22 years ago
parent
commit
3bc6768469
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/main/org/apache/tools/ant/taskdefs/Taskdef.java

+ 4
- 1
src/main/org/apache/tools/ant/taskdefs/Taskdef.java View File

@@ -77,8 +77,11 @@ public class Taskdef extends Typedef {

/**
* Default constuctor.
*
* Creates a new Taskdef instance.
* This sets the adapter and the adaptto classes to
* TaskAdapter and Task.
*/

public Taskdef() {
setAdapterClass(TaskAdapter.class);
setAdaptToClass(Task.class);


Loading…
Cancel
Save