Author: peterreilly
Date: Wed Jul 18 02:59:27 2007
New Revision: 557213
URL: http://svn.apache.org/viewvc?view=rev&rev=557213
Log:
checkstyle - ws and tab
Modified:
ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java
Modified: ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java
URL:
http://svn.apache.org/viewvc/ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java?view=diff&rev=557213&r1=557212&r2=557213
==============================================================================
--- ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java (original)
+++ ant/core/trunk/src/main/org/apache/tools/ant/AntClassLoader.java Wed Jul 18
02:59:27 2007
@@ -807,11 +807,11 @@
* resource before this one. If the resource matches both the "use parent
* classloader first" and the "use this classloader first" lists, the
latter
* takes priority.
- *
+ *
* @param resourceName
* The name of the resource to check. Must not be
* <code>null</code>.
- *
+ *
* @return whether or not the parent classloader should be checked for a
* resource before this one is.
*/
@@ -1300,7 +1300,7 @@
}
throw new ClassNotFoundException(name);
} finally {
- FileUtils.close(stream);
+ FileUtils.close(stream);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]