[java-identity-provider] branch main updated: Javadoc typo

Tom Zeller tzeller at dragonacea.biz
Tue Jul 25 20:33:52 UTC 2023


This is an automated email from the git hooks/post-receive script.

tzeller 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=9111fc86a67174d18cf92e0872d61a3cd5fd7dac

The following commit(s) were added to refs/heads/main by this push:
     new 9111fc86a Javadoc typo
9111fc86a is described below

commit 9111fc86a67174d18cf92e0872d61a3cd5fd7dac
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 25 15:33:37 2023 -0500

    Javadoc typo
---
 .../shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
index bd4a05962..d9dc845fd 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerArguments.java
@@ -265,7 +265,7 @@ public class PluginInstallerArguments extends AbstractIdPHomeAwareCommandLineArg
     }
 
     /** return the update URL or null.
-     * @return null or the calue supplied
+     * @return null or the value supplied
      */
     @Nullable public String getUpdateURL() {
         return StringSupport.trimOrNull(updateURL);

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


More information about the commits mailing list