[java-identity-provider COMMIT] in /trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resol...
noreply at shibboleth.net
noreply at shibboleth.net
Wed May 6 07:06:03 EDT 2015
Author: rdw
Date: Wed May 6 07:06:02 2015
New Revision: 7498
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7498&view=rev
Log:
typos in Javadoc
Modified:
trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractDataConnector.java
trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/DataConnector.java
Modified: trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractDataConnector.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractDataConnector.java?rev=7498&r1=7497&r2=7498&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractDataConnector.java (original)
+++ trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/AbstractDataConnector.java Wed May 6 07:06:02 2015
@@ -49,7 +49,7 @@
/** cache for the log prefix - to save multiple recalculations. */
@Nullable private String logPrefix;
- /** When did this connector last fail. */
+ /** When did this connector last fail? */
private long lastFail;
/** How long to wait until we declare the connector live again. */
@@ -97,7 +97,7 @@
}
/**
- * Set how long to wait until we declare the connector live again.
+ * Set how long to wait until we declare the connector (potentially) alive again.
*
* @param delay what to set
*/
Modified: trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/DataConnector.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/DataConnector.java?rev=7498&r1=7497&r2=7498&view=diff
==============================================================================
--- trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/DataConnector.java (original)
+++ trunk/idp-attribute-resolver-api/src/main/java/net/shibboleth/idp/attribute/resolver/DataConnector.java Wed May 6 07:06:02 2015
@@ -38,14 +38,14 @@
@Nullable String getFailoverDataConnectorId();
/**
- * Get how long to wait until we declare the connector live again.
+ * Get how long to wait until we declare the connector (potentially) alive again.
*
- * @return hoe long to wait.
+ * @return how long to wait.
*/
long getNoRetryDelay();
/**
- * Get the time when this connector last failed. This will be said for any exception regardless of the setting of
+ * Get the time when this connector last failed. This will be set for any exception regardless of the setting of
* {@link #isPropagateResolutionExceptions()}
*
* @return when it last failed
More information about the commits
mailing list