[java-identity-provider] branch main updated: javadoc (again)
Rod Widdowson
rdw at steadingsoftware.com
Mon Jun 5 10:10:13 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=62cd79af0d01dfaa544148c11163668c4b33ef06
The following commit(s) were added to refs/heads/main by this push:
new 62cd79af0 javadoc (again)
62cd79af0 is described below
commit 62cd79af0d01dfaa544148c11163668c4b33ef06
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 5 11:10:07 2023 +0100
javadoc (again)
---
.../src/main/java/net/shibboleth/idp/installer/InstallerSupport.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerSupport.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerSupport.java
index 71a1da37d..dd9a25462 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerSupport.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/InstallerSupport.java
@@ -116,8 +116,8 @@ public final class InstallerSupport {
result.setTodir(to.toFile());
final FileSet fromSet = new FileSet();
fromSet.setDir(from.toFile());
- final String[] excludes = {exclude};
- fromSet.appendExcludes(excludes );
+ final String[] excludeArray = {excludes};
+ fromSet.appendExcludes(excludeArray);
result.setPreserveLastModified(true);
result.addFileset(fromSet);
result.setProject(ANT_PROJECT);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list