[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
Mon Dec 15 20:52:38 EST 2014
Author: tzeller
Date: Mon Dec 15 20:52:37 2014
New Revision: 7109
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7109&view=rev
Log:
Javadoc typo.
Modified:
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentStorageAction.java
Modified: trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentStorageAction.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentStorageAction.java?rev=7109&r1=7108&r2=7109&view=diff
==============================================================================
--- trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentStorageAction.java (original)
+++ trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/AbstractConsentStorageAction.java Mon Dec 15 20:52:37 2014
@@ -39,7 +39,7 @@
import com.google.common.base.Function;
/**
- * Base for class for consent actions which interact with a {@link StorageService}.
+ * Base class for consent actions which interact with a {@link StorageService}.
*
* This action ensures that the storage service, serializer, storageContext, and storageKey are available.
*
@@ -62,10 +62,10 @@
/** Class logger. */
@Nonnull private final Logger log = LoggerFactory.getLogger(AbstractConsentStorageAction.class);
- /** Strategy used to determine the storage storageContext. */
+ /** Strategy used to determine the storage context. */
@NonnullAfterInit private Function<ProfileRequestContext, String> storageContextLookupStrategy;
- /** Strategy used to determine the storage storageKey. */
+ /** Strategy used to determine the storage key. */
@NonnullAfterInit private Function<ProfileRequestContext, String> storageKeyLookupStrategy;
/** Storage serializer. */
More information about the commits
mailing list