gleimar 2016-06-02 00:40:04 +00:00
parent 1b607d77d4
commit bfbb89da8a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class AidfGenerator implements IdentifierGenerator {
log.info("i="+i);
log.info("idEncontrado="+idEncontrado);
if (i == qtdMaxima){
if (i > qtdMaxima){
throw new HibernateException("A qtd de IDs permitidos para AIDF foi atingido:"+qtdMaxima);
}