[java-opensaml COMMIT] /trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageService.java
noreply at shibboleth.net
noreply at shibboleth.net
Thu Apr 4 17:17:27 EDT 2013
Author: scantor
Date: Thu Apr 4 17:17:27 2013
New Revision: 3284
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3284&view=rev
Log:
Fixed an annotation.
Modified:
trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageService.java
Modified: trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageService.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageService.java?rev=3284&r1=3283&r2=3284&view=diff
==============================================================================
--- trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageService.java (original)
+++ trunk/opensaml-util/src/main/java/org/opensaml/util/storage/StorageService.java Thu Apr 4 17:17:27 2013
@@ -203,7 +203,7 @@
* @throws IOException if errors occur in the cleanup process
*/
public void updateContext(@Nonnull @NotEmpty final String context,
- @Nonnull @NotEmpty final Optional<Long> expiration) throws IOException;
+ @Nonnull final Optional<Long> expiration) throws IOException;
/**
* Forcibly removes all records in a given context along with any
More information about the commits
mailing list