[java-opensaml] branch maint-4 updated: javadoc

Rod Widdowson rdw at steadingsoftware.com
Tue Jun 7 10:06:22 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=1696147855532386776bfce7811679fb1bd6cc59

The following commit(s) were added to refs/heads/maint-4 by this push:
     new 169614785 javadoc
169614785 is described below

commit 1696147855532386776bfce7811679fb1bd6cc59
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 7 11:06:15 2022 +0100

    javadoc
---
 .../src/main/java/org/opensaml/storage/impl/JPAStorageService.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

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 25eedf857..7bfd2c157 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
@@ -93,9 +93,9 @@ public class JPAStorageService extends AbstractStorageService implements Storage
      * Sets the number of times a transaction will be retried (default is 3).
      * 
      * @param retry number of transaction retries
-     * @Deprecated
+     * @deprecated
      */
-    public void setTransactionRetry(final int retry) {
+    @Deprecated(forRemoval = true, since = "4.2") void setTransactionRetry(final int retry) {
         DeprecationSupport.warn(ObjectType.PROPERTY , "transactionRetry", null, "transactionRetries");
         ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);
         transactionRetry = Constraint.isGreaterThanOrEqual(0, retry,
@@ -105,7 +105,6 @@ public class JPAStorageService extends AbstractStorageService implements Storage
      * Sets the number of times a transaction will be retried (default is 3).
      * 
      * @param retry number of transaction retries
-     * @Deprecated
      */
     public void setTransactionRetries(final int retry) {
         ComponentSupport.ifInitializedThrowUnmodifiabledComponentException(this);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list