[java-opensaml COMMIT] /trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java
noreply at shibboleth.net
noreply at shibboleth.net
Fri Aug 8 18:46:22 EDT 2014
Author: scantor
Date: Fri Aug 8 18:46:21 2014
New Revision: 3992
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3992&view=rev
Log:
Missing keyword
Modified:
trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java
Modified: trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java?rev=3992&r1=3991&r2=3992&view=diff
==============================================================================
--- trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java (original)
+++ trunk/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java Fri Aug 8 18:46:21 2014
@@ -83,7 +83,7 @@
/** {@inheritDoc} */
@Override public boolean create(@Nonnull @NotEmpty final String context, @Nonnull @NotEmpty final String key,
- @Nonnull @NotEmpty final String value, @Nullable @Positive Long expiration) throws IOException {
+ @Nonnull @NotEmpty final String value, @Nullable @Positive final Long expiration) throws IOException {
EntityManager manager = null;
EntityTransaction transaction = null;
try {
More information about the commits
mailing list