whitespace
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/9b123a83 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/9b123a83 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/9b123a83 Branch: refs/heads/master Commit: 9b123a83602eb7baa1a52be374f030ceb3f1657c Parents: c5728b3 Author: Stefan Bodewig <[email protected]> Authored: Fri Apr 28 16:30:34 2017 +0200 Committer: Stefan Bodewig <[email protected]> Committed: Fri Apr 28 16:30:34 2017 +0200 ---------------------------------------------------------------------- src/main/org/apache/tools/ant/IntrospectionHelper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/9b123a83/src/main/org/apache/tools/ant/IntrospectionHelper.java ---------------------------------------------------------------------- diff --git a/src/main/org/apache/tools/ant/IntrospectionHelper.java b/src/main/org/apache/tools/ant/IntrospectionHelper.java index c5fc9bf..59ddbb7 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) {
