diff --git a/src/main/java/org/springframework/data/r2dbc/function/connectionfactory/ConnectionProxy.java b/src/main/java/org/springframework/data/r2dbc/function/connectionfactory/ConnectionProxy.java index 09b16ac..2bb0ff2 100644 --- a/src/main/java/org/springframework/data/r2dbc/function/connectionfactory/ConnectionProxy.java +++ b/src/main/java/org/springframework/data/r2dbc/function/connectionfactory/ConnectionProxy.java @@ -34,7 +34,7 @@ public interface ConnectionProxy extends Connection, Wrapper { *
* This will typically be the native driver Connection or a wrapper from a connection pool. * - * @return the underlying Connection (never {@code null}) + * @return the underlying Connection (never {@literal null}) */ Connection getTargetConnection(); } diff --git a/src/main/java/org/springframework/data/r2dbc/function/convert/EntityRowMapper.java b/src/main/java/org/springframework/data/r2dbc/function/convert/EntityRowMapper.java index bcf32bd..7d21d34 100644 --- a/src/main/java/org/springframework/data/r2dbc/function/convert/EntityRowMapper.java +++ b/src/main/java/org/springframework/data/r2dbc/function/convert/EntityRowMapper.java @@ -89,10 +89,10 @@ public class EntityRowMapper