[java-identity-provider] branch main updated: javadoc

Rod Widdowson rdw at steadingsoftware.com
Mon Jun 5 09:17:38 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=cc82e2751a56f7575c29526326dd8224af4c4cf0

The following commit(s) were added to refs/heads/main by this push:
     new cc82e2751 javadoc
cc82e2751 is described below

commit cc82e2751a56f7575c29526326dd8224af4c4cf0
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jun 5 10:17:33 2023 +0100

    javadoc
---
 .../src/main/java/net/shibboleth/idp/installer/InstallerSupport.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 cd73e2e57..71a1da37d 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
@@ -111,7 +111,7 @@ public final class InstallerSupport {
      * @param excludes pattern to exclude
      * @return a partially populated {@link Copy} task
      */
-    @Nonnull public static Copy getCopyTask(@Nonnull final Path from, @Nonnull final Path to, @Nonnull final String exclude) {
+    @Nonnull public static Copy getCopyTask(@Nonnull final Path from, @Nonnull final Path to, @Nonnull final String excludes) {
         final Copy result = new Copy();
         result.setTodir(to.toFile());
         final FileSet fromSet = new FileSet();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list