[java-identity-provider] 01/03: javadoc
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 3 15:49:16 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=acf85a516336cfa105acfccb3c3df20eabc30b53
commit acf85a516336cfa105acfccb3c3df20eabc30b53
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 3 16:00:01 2023 +0100
javadoc
---
.../src/main/java/net/shibboleth/idp/plugin/PluginSupport.java | 2 +-
.../src/main/java/net/shibboleth/idp/installer/InstallerSupport.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java b/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java
index 4b1232f3b..b9ef229a5 100644
--- a/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java
+++ b/idp-admin-api/src/main/java/net/shibboleth/idp/plugin/PluginSupport.java
@@ -155,7 +155,7 @@ public final class PluginSupport {
/** Load the property file describing all the plugin we know about from a known location.
* @param updateURLs where to look
* @param client the http client to use
- * @param securityParameters the HttpClientSecurityParameters, if any
+ * @param securityParameters the HttpClientSecurityParameters, if any
* @return the property files for the component.
*/
@Nullable public static Properties loadPluginInfo(@Nonnull final List<URL> updateURLs, @Nonnull final HttpClient client,
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 5f5bb9021..677846c00 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
@@ -56,7 +56,7 @@ import net.shibboleth.shared.primitive.LoggerFactory;
import net.shibboleth.shared.primitive.StringSupport;
import net.shibboleth.shared.spring.httpclient.resource.HTTPResource;
-/** General common names and helper functions for the IdP & Plugin Installers.
+/** General common names and helper functions for the IdP and Plugin Installers.
* This is not intended for general use.
*/
public final class InstallerSupport {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list