Fix Checkstyle violation

The @since tag must come before @see tags.

See gh-26450
This commit is contained in:
Sam Brannen 2021-01-27 11:53:20 +01:00
parent 45650f2b27
commit 5e56162394
1 changed files with 1 additions and 1 deletions

View File

@ -57,8 +57,8 @@ public abstract class TransactionSynchronizationUtils {
/**
* Unwrap the given resource handle if necessary; otherwise return
* the given handle as-is.
* @see org.springframework.core.InfrastructureProxy#getWrappedObject()
* @since 5.3.4
* @see org.springframework.core.InfrastructureProxy#getWrappedObject()
*/
public static Object unwrapResourceIfNecessary(Object resource) {
Assert.notNull(resource, "Resource must not be null");