Skip to content

Commit 3215880

Browse files
committed
Remove Javadoc link to private method
1 parent 274db2f commit 3215880

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public static boolean sameResourceFactory(ResourceTransactionManager tm, Object
5959
* the given handle as-is.
6060
* @since 5.3.4
6161
* @see InfrastructureProxy#getWrappedObject()
62-
* @see ScopedProxyUnwrapper#unwrapIfNecessary(Object)
6362
*/
6463
public static Object unwrapResourceIfNecessary(Object resource) {
6564
Assert.notNull(resource, "Resource must not be null");

0 commit comments

Comments
 (0)