Fix broken Javadoc tags

Closes gh-26967
This commit is contained in:
izeye
2021-05-22 09:10:57 +09:00
committed by Sam Brannen
parent ac0e71745b
commit ab2c78a9d5
6 changed files with 7 additions and 7 deletions

View File

@@ -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
*/

View File

@@ -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() {