From df97bfdc2bf92a8ce4133a805015acfeb382d66e Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 18 Jul 2007 10:35:52 +0000 Subject: [PATCH] checkstyle git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557216 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/IntrospectionHelper.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.