[java-identity-provider COMMIT] /trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractCons...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 17 10:23:45 EST 2014
Author: iay
Date: Wed Dec 17 10:23:45 2014
New Revision: 7141
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7141&view=rev
Log:
Javadoc fixes.
Modified:
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentIndexedStorageAction.java
Modified: trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentIndexedStorageAction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentIndexedStorageAction.java?rev=7141&r1=7140&r2=7141&view=diff
==============================================================================
--- trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentIndexedStorageAction.java (original)
+++ trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentIndexedStorageAction.java Wed Dec 17 10:23:45 2014
@@ -260,7 +260,7 @@
* zero.
*
* The function used to determine the records to be deleted may be set by calling
- * {@link #setStorageKeyIteratorStrategy(Function)}. By default, records are deleted on a first-in-first-out basis,
+ * {@link #setStorageKeysStrategy(Function)}. By default, records are deleted on a first-in-first-out basis,
* meaning the oldest storage records are deleted first.
*
* @param profileRequestContext the profile request context
More information about the commits
mailing list