Skip to content

Commit 5e56162

Browse files
committed
Fix Checkstyle violation
The @SInCE tag must come before @see tags. See gh-26450
1 parent 45650f2 commit 5e56162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-tx/src/main/java/org/springframework/transaction/support/TransactionSynchronizationUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public static boolean sameResourceFactory(ResourceTransactionManager tm, Object
5757
/**
5858
* Unwrap the given resource handle if necessary; otherwise return
5959
* the given handle as-is.
60-
* @see org.springframework.core.InfrastructureProxy#getWrappedObject()
6160
* @since 5.3.4
61+
* @see org.springframework.core.InfrastructureProxy#getWrappedObject()
6262
*/
6363
public static Object unwrapResourceIfNecessary(Object resource) {
6464
Assert.notNull(resource, "Resource must not be null");

0 commit comments

Comments
 (0)