From 9b123a83602eb7baa1a52be374f030ceb3f1657c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 28 Apr 2017 16:30:34 +0200 Subject: [PATCH] whitespace --- src/main/org/apache/tools/ant/IntrospectionHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index c5fc9bfd8..59ddbb752 100644 --- a/src/main/org/apache/tools/ant/IntrospectionHelper.java +++ b/src/main/org/apache/tools/ant/IntrospectionHelper.java @@ -1127,7 +1127,7 @@ public final class IntrospectionHelper { } }; } - + // resolve Resources/FileProviders as FileResources relative to Project: if (Resource.class.equals(reflectedArg) || FileProvider.class.equals(reflectedArg)) { return new AttributeSetter(m, arg) {