[java-identity-provider COMMIT] /trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/UpdateStorag...
noreply at shibboleth.net
noreply at shibboleth.net
Sun Nov 23 17:16:16 EST 2014
Author: scantor
Date: Sun Nov 23 17:16:16 2014
New Revision: 6995
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6995&view=rev
Log:
Make storage index context a bit more unique.
Modified:
trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/UpdateStorageIndex.java
Modified: trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/UpdateStorageIndex.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/UpdateStorageIndex.java?rev=6995&r1=6994&r2=6995&view=diff
==============================================================================
--- trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/UpdateStorageIndex.java (original)
+++ trunk/idp-consent/src/main/java/net/shibboleth/idp/consent/flow/storage/UpdateStorageIndex.java Sun Nov 23 17:16:16 2014
@@ -62,7 +62,7 @@
public class UpdateStorageIndex extends AbstractConsentStorageAction {
/** Storage context for the storage index record. */
- @Nonnull @NotEmpty public static final String STORAGE_INDEX_CONTEXT = "_storage_idx";
+ @Nonnull @NotEmpty public static final String STORAGE_INDEX_CONTEXT = "_consent_storage_idx";
/** Class logger. */
@Nonnull private final Logger log = LoggerFactory.getLogger(UpdateStorageIndex.class);
More information about the commits
mailing list