Fechando o resultset

master
Gleimar Botelho Baleeiro 2023-07-07 10:10:54 -03:00
parent 626e0684a7
commit 68135f2afe
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.6.9</version>
<version>1.6.10</version>
<distributionManagement>
<repository>
<id>rj-releases</id>

View File

@ -45,7 +45,8 @@ public class FlywayUtilHibernateDAO extends GenericHibernateDAO<EsquemaAgrupacio
if (rs.next()) {
ls.add(rs.getInt(1) > 0);
}
rs.close();
}
});