From 575c81fdc8d03b8261352fe79daa86d513c84e3d Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Wed, 18 Jul 2007 09:59:27 +0000 Subject: [PATCH] checkstyle - ws and tab git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@557213 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/AntClassLoader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/org/apache/tools/ant/AntClassLoader.java b/src/main/org/apache/tools/ant/AntClassLoader.java index 5be6f756c..6fdbd5104 100644 --- a/src/main/org/apache/tools/ant/AntClassLoader.java +++ b/src/main/org/apache/tools/ant/AntClassLoader.java @@ -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 * null. - * + * * @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); } }