You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-r2dbc/src/main/java/org/springframework/r2dbc/connection/lookup/AbstractRoutingConnectionFactory.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,6 @@ public void afterPropertiesSet() {
138
138
* @see #setTargetConnectionFactories(Map)
139
139
* @see #setDefaultTargetConnectionFactory(Object)
140
140
*/
141
-
@SuppressWarnings("NullAway")
142
141
publicvoidinitialize() {
143
142
Assert.notNull(this.targetConnectionFactories, "Property 'targetConnectionFactories' must not be null");
144
143
@@ -217,7 +216,7 @@ public ConnectionFactoryMetadata getMetadata() {
0 commit comments