diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index 2b28d8b4f..292103d32 100644 --- a/src/main/org/apache/tools/ant/IntrospectionHelper.java +++ b/src/main/org/apache/tools/ant/IntrospectionHelper.java @@ -44,10 +44,11 @@ import org.apache.tools.ant.util.StringUtils; * Ant XML and Java class instances. This is not the best place for someone new * to Ant to start contributing to the codebase, as a change here can break the * entire system in interesting ways. Always run a full test of Ant before checking - * in/submitting changes to this file. + * in/submitting changes to this file. * * The class is final and has a private constructor. - * To get an instance for a specific (class,project) combination, use {@link #getHelper(Project,Class)}. + * To get an instance for a specific (class,project) combination, + * use {@link #getHelper(Project,Class)}. * This may return an existing version, or a new one * ...do not make any assumptions about its uniqueness, or its validity after the Project * instance has finished its build.