Fix broken Javadoc tags
Closes gh-26967
This commit is contained in:
@@ -88,7 +88,7 @@ public class R2dbcTransactionManager extends AbstractReactiveTransactionManager
|
||||
|
||||
|
||||
/**
|
||||
* Create a new @link ConnectionFactoryTransactionManager} instance.
|
||||
* Create a new {@link R2dbcTransactionManager} instance.
|
||||
* A ConnectionFactory has to be set to be able to use it.
|
||||
* @see #setConnectionFactory
|
||||
*/
|
||||
|
||||
@@ -108,8 +108,8 @@ public class SingleConnectionFactory extends DelegatingConnectionFactory
|
||||
* @param target underlying target {@link Connection}.
|
||||
* @param metadata {@link ConnectionFactory} metadata to be associated with this {@link ConnectionFactory}.
|
||||
* @param suppressClose if the {@link Connection} should be wrapped with a {@link Connection} that suppresses
|
||||
* @code close()} calls (to allow for normal {@code close()} usage in applications that expect a pooled
|
||||
* @link Connection}).
|
||||
* {@code close()} calls (to allow for normal {@code close()} usage in applications that expect a pooled
|
||||
* {@link Connection}).
|
||||
*/
|
||||
public SingleConnectionFactory(Connection target, ConnectionFactoryMetadata metadata, boolean suppressClose) {
|
||||
super(new ConnectionFactory() {
|
||||
|
||||
Reference in New Issue
Block a user