Author: peterreilly
Date: Wed Jul 18 03:35:52 2007
New Revision: 557216

URL: http://svn.apache.org/viewvc?view=rev&rev=557216
Log:
checkstyle

Modified:
    ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java

Modified: ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java?view=diff&rev=557216&r1=557215&r2=557216
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java 
(original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/IntrospectionHelper.java Wed 
Jul 18 03:35:52 2007
@@ -44,10 +44,11 @@
  * 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 [EMAIL 
PROTECTED] #getHelper(Project,Class)}.
+ * To get an instance for a specific (class,project) combination,
+ * use [EMAIL PROTECTED] #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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to