[java-identity-provider COMMIT] /trunk/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/storage/impl/Ab...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Aug 3 13:23:40 EDT 2015
Author: scantor
Date: Mon Aug 3 13:23:39 2015
New Revision: 7666
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7666&view=rev
Log:
Fix checkstyle warnings.
Modified:
trunk/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentIndexedStorageAction.java
Modified: trunk/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentIndexedStorageAction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentIndexedStorageAction.java?rev=7666&r1=7665&r2=7666&view=diff
==============================================================================
--- trunk/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentIndexedStorageAction.java (original)
+++ trunk/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/storage/impl/AbstractConsentIndexedStorageAction.java Mon Aug 3 13:23:39 2015
@@ -252,12 +252,12 @@
/**
* Delete storage records until the number of records stored is one less than
- * {@link net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptor#getMaximumNumberOfStoredRecords()} so that a new
- * record may be stored.
+ * {@link net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptor#getMaximumNumberOfStoredRecords()}
+ * so that a new record may be stored.
*
* Storage records will be pruned if
- * {@link net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptor#getMaximumNumberOfStoredRecords()} is greater than
- * zero.
+ * {@link net.shibboleth.idp.consent.flow.impl.ConsentFlowDescriptor#getMaximumNumberOfStoredRecords()}
+ * is greater than zero.
*
* The function used to determine the records to be deleted may be set by calling
* {@link #setStorageKeysStrategy(Function)}. By default, records are deleted on a first-in-first-out basis,
More information about the commits
mailing list