Fix Checkstyle violation
The @since tag must come before @see tags. See gh-26450
This commit is contained in:
parent
45650f2b27
commit
5e56162394
|
|
@ -57,8 +57,8 @@ public abstract class TransactionSynchronizationUtils {
|
||||||
/**
|
/**
|
||||||
* Unwrap the given resource handle if necessary; otherwise return
|
* Unwrap the given resource handle if necessary; otherwise return
|
||||||
* the given handle as-is.
|
* the given handle as-is.
|
||||||
* @see org.springframework.core.InfrastructureProxy#getWrappedObject()
|
|
||||||
* @since 5.3.4
|
* @since 5.3.4
|
||||||
|
* @see org.springframework.core.InfrastructureProxy#getWrappedObject()
|
||||||
*/
|
*/
|
||||||
public static Object unwrapResourceIfNecessary(Object resource) {
|
public static Object unwrapResourceIfNecessary(Object resource) {
|
||||||
Assert.notNull(resource, "Resource must not be null");
|
Assert.notNull(resource, "Resource must not be null");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue