Browse Source

ws

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

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

@@ -15,10 +15,8 @@
* limitations under the License.
*
*/

package org.apache.tools.ant;


/**
* Base class for components of a project, including tasks and data types.
* Provides common facilities.
@@ -155,6 +153,7 @@ public abstract class ProjectComponent implements Cloneable {
}
}
}

/**
* @since Ant 1.7
* @return a shallow copy of this projectcomponent.


Loading…
Cancel
Save