[java-identity-provider] branch main updated: Fix javadoc.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 21 02:14:18 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=338ed5ce3a0150a5c6d79d6a5d6adb63538e05f5
The following commit(s) were added to refs/heads/main by this push:
new 338ed5ce3 Fix javadoc.
338ed5ce3 is described below
commit 338ed5ce3a0150a5c6d79d6a5d6adb63538e05f5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 20 22:14:15 2023 -0400
Fix javadoc.
---
.../shibboleth/idp/admin/impl/InstallableComponentGuageSet.java | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
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 bc1138235..3c7eeb970 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
@@ -60,7 +60,7 @@ import net.shibboleth.shared.logic.Constraint;
import net.shibboleth.shared.primitive.LoggerFactory;
/**
- * Guage set to report the Plugins' & IdP's installation and update statuses.
+ * Guage set to report the Plugins' and IdP's installation and update statuses.
*/
public class InstallableComponentGuageSet extends AbstractIdentifiableInitializableComponent
implements MetricSet, MetricFilter {
@@ -272,6 +272,12 @@ public class InstallableComponentGuageSet extends AbstractIdentifiableInitializa
return gauges.containsKey(name);
}
+ /**
+ * Tracks information about an installed component.
+ *
+ * @param supportedState support level of component
+ * @param updateVersion update version available
+ */
record InstallableComponentDetails(@Nonnull @NotEmpty SupportLevel supportedState,
@Nullable InstallableComponentVersion updateVersion) { }
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list