[java-identity-provider] 02/02: javadoc

Rod Widdowson rdw at steadingsoftware.com
Thu Aug 24 10:13:21 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=786835b4e0ca5b5e9ceda031d57f8f34bda1f4dd

commit 786835b4e0ca5b5e9ceda031d57f8f34bda1f4dd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Aug 24 11:13:09 2023 +0100

    javadoc
---
 .../net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
index cf6d37e4a..b3192e0e6 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/plugin/impl/PluginInstallerCLI.java
@@ -107,8 +107,8 @@ public final class PluginInstallerCLI extends AbstractIdPHomeAwareCommandLine<Pl
                new ClassPathResource("net/shibboleth/idp/conf/http-client.xml"));
     }
     
-    /** Null-safe getter for {@linkplain #updateURLs}.
-     * @return
+    /** Null-safe getter for {@link #updateURLs}.
+     * @return {@link #updateURLs}, which is guaranteed to be non null.
      */
     @Nonnull private List<URL> ensureUpdateURLs() {
         List<URL> result = updateURLs;

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


More information about the commits mailing list