[java-identity-provider] 01/02: Remove TODOs that were already done.

Brent Putman putmanb at georgetown.edu
Wed Mar 4 22:49:10 EST 2020


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

putmanb pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ee6f9ad1319f5ac6eabd0ba35625d2f43f4b5c07

commit ee6f9ad1319f5ac6eabd0ba35625d2f43f4b5c07
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Mar 4 21:20:02 2020 -0500

    Remove TODOs that were already done.
---
 .../idp/saml/metadata/impl/MetadataResolverServiceGaugeSet.java         | 2 --
 1 file changed, 2 deletions(-)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceGaugeSet.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceGaugeSet.java
index 36af78f..86ff377 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceGaugeSet.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/metadata/impl/MetadataResolverServiceGaugeSet.java
@@ -99,7 +99,6 @@ public class MetadataResolverServiceGaugeSet extends ReloadableServiceGaugeSet<M
                     }
                 });
                 
-        //TODO v4.0.0 - Switch to use RefreshableMetadataResolver when new methods promoted up
         getMetricMap().put(
                 MetricRegistry.name(DEFAULT_METRIC_NAME, metricName, "successfulRefresh"),
                 new Gauge<Map<String,Instant>>() {
@@ -118,7 +117,6 @@ public class MetadataResolverServiceGaugeSet extends ReloadableServiceGaugeSet<M
                     }
                 });
         
-        //TODO v4.0.0 - Switch to use BatchMetadataResolver when new methods promoted up
         getMetricMap().put(
                 MetricRegistry.name(DEFAULT_METRIC_NAME, metricName, "rootValidUntil"),
                 new Gauge<Map<String,Instant>>() {

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


More information about the commits mailing list