diff --git a/src/main/org/apache/tools/ant/ProjectComponent.java b/src/main/org/apache/tools/ant/ProjectComponent.java index 5d1a8ecb8..ad92a3175 100644 --- a/src/main/org/apache/tools/ant/ProjectComponent.java +++ b/src/main/org/apache/tools/ant/ProjectComponent.java @@ -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.