Browse Source

checkstyle - ws and tab

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557213 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
575c81fdc8
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/main/org/apache/tools/ant/AntClassLoader.java

+ 3
- 3
src/main/org/apache/tools/ant/AntClassLoader.java View File

@@ -807,11 +807,11 @@ public class AntClassLoader extends ClassLoader implements SubBuildListener {
* 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 @@ public class AntClassLoader extends ClassLoader implements SubBuildListener {
}
throw new ClassNotFoundException(name);
} finally {
FileUtils.close(stream);
FileUtils.close(stream);
}
}



Loading…
Cancel
Save