[java-identity-provider] branch main updated: Fix another javadoc error.

Scott Cantor cantor.2 at osu.edu
Wed Jun 21 02:19:28 UTC 2023


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

scantor 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=8c4f5cf1c33769da680d7ac52b7250c33ccb736d

The following commit(s) were added to refs/heads/main by this push:
     new 8c4f5cf1c Fix another javadoc error.
8c4f5cf1c is described below

commit 8c4f5cf1c33769da680d7ac52b7250c33ccb736d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 20 22:19:26 2023 -0400

    Fix another javadoc error.
---
 .../net/shibboleth/idp/admin/impl/InstallableComponentGuageSet.java  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/InstallableComponentGuageSet.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/InstallableComponentGuageSet.java
index 3c7eeb970..712180104 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/InstallableComponentGuageSet.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/admin/impl/InstallableComponentGuageSet.java
@@ -156,6 +156,11 @@ public class InstallableComponentGuageSet extends AbstractIdentifiableInitializa
         return CollectionSupport.copyToMap(result);
     }
 
+    /**
+     * Get list of installed plugins and their details.
+     * 
+     * @return installed plugins and details
+     */
     @Nonnull @NotLive @Unmodifiable private Map<String, InstallableComponentDetails> getPluginDetails() {
         @NullableElements final Map<URL, Properties> pluginInfoCache = new HashMap<>();
         final Map<String, InstallableComponentDetails> result = new HashMap<>();

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


More information about the commits mailing list