Repository: ant Updated Branches: refs/heads/master f7f58eeec -> d1736c7bb
whitespace Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/b7ef1bcd Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/b7ef1bcd Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/b7ef1bcd Branch: refs/heads/master Commit: b7ef1bcd034c37e9088c32f8bedc748ef1d24a57 Parents: a8d6367 Author: Stefan Bodewig <[email protected]> Authored: Tue Mar 29 11:11:18 2016 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Tue Mar 29 11:11:18 2016 +0200 ---------------------------------------------------------------------- src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/b7ef1bcd/src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java ---------------------------------------------------------------------- diff --git a/src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java b/src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java index 8419037..31740f7 100644 --- a/src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java +++ b/src/tests/junit/org/apache/tools/ant/AntClassLoaderTest.java @@ -40,8 +40,8 @@ import org.junit.Test; */ public class AntClassLoaderTest { - @Rule - public BuildFileRule buildRule = new BuildFileRule(); + @Rule + public BuildFileRule buildRule = new BuildFileRule(); private AntClassLoader loader;
