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

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 2 10:15:08 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=c6c6fecfd2d067825bee6cc393ab77e3b5f3dabd

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

commit c6c6fecfd2d067825bee6cc393ab77e3b5f3dabd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Jun 2 11:15:02 2023 +0100

    javadoc
---
 .../java/net/shibboleth/idp/installer/impl/IdPInstallerCLI.java     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerCLI.java b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerCLI.java
index 737213080..9a7a5a953 100644
--- a/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerCLI.java
+++ b/idp-installer/src/main/java/net/shibboleth/idp/installer/impl/IdPInstallerCLI.java
@@ -154,10 +154,10 @@ public class IdPInstallerCLI extends AbstractCommandLine<IdPInstallerArguments>
         return RC_OK;
     }
     
-    /** Helper for translating arguments to properties.  Look at the value and if its nonnul
+    /** Helper for translating arguments to properties.  Look at the value and if it is non-null
      * set the associate property.
-     * @param propertyFile
-     * @param propertySourceFile
+     * @param value the value to check and potentially set
+     * @param propertyName the property name to set
      */
     private void setIfNotNull(@Nullable String value, @Nonnull String propertyName) {
         if (value == null) {

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


More information about the commits mailing list