Browse Source

Delete obsolete comment in RowMapperTests

Closes gh-23643
pull/23645/head
Kwon Young Jae 6 years ago committed by Sam Brannen
parent
commit
6063c00e4e
  1. 1
      spring-jdbc/src/test/java/org/springframework/jdbc/core/RowMapperTests.java

1
spring-jdbc/src/test/java/org/springframework/jdbc/core/RowMapperTests.java

@ -78,7 +78,6 @@ public class RowMapperTests { @@ -78,7 +78,6 @@ public class RowMapperTests {
@AfterEach
public void verifyClosed() throws Exception {
verify(resultSet).close();
// verify(connection).close();
}
@AfterEach

Loading…
Cancel
Save