Remove Javadoc link to private method

This commit is contained in:
Sam Brannen
2021-02-21 19:13:02 +01:00
parent 274db2f7a9
commit 3215880d08

View File

@@ -59,7 +59,6 @@ public abstract class TransactionSynchronizationUtils {
* the given handle as-is.
* @since 5.3.4
* @see InfrastructureProxy#getWrappedObject()
* @see ScopedProxyUnwrapper#unwrapIfNecessary(Object)
*/
public static Object unwrapResourceIfNecessary(Object resource) {
Assert.notNull(resource, "Resource must not be null");