[java-opensaml] branch maint-4 updated: Fix Annotation
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 25 10:27:16 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=0ee32c807097387a0523f2040e2f126c0b89efda
The following commit(s) were added to refs/heads/maint-4 by this push:
new 0ee32c807 Fix Annotation
0ee32c807 is described below
commit 0ee32c807097387a0523f2040e2f126c0b89efda
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 25 11:26:42 2022 +0100
Fix Annotation
---
.../src/main/java/org/opensaml/storage/impl/JPAStorageService.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java b/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java
index 7bfd2c157..9c9a0cb22 100644
--- a/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java
+++ b/opensaml-storage-impl/src/main/java/org/opensaml/storage/impl/JPAStorageService.java
@@ -358,7 +358,7 @@ public class JPAStorageService extends AbstractStorageService implements Storage
* @throws VersionMismatchException if the record found contains a version that does not match the parameter
*/
@Nullable protected Long updateImpl(@Nullable final Long version, @Nonnull @NotEmpty final String context,
- @Nonnull @NotEmpty final String key, @Nonnull @NotEmpty final String value,
+ @Nonnull @NotEmpty final String key, @Nullable final String value,
@Nullable @Positive final Long expiration) throws IOException, VersionMismatchException {
EntityManager manager = null;
try {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list