bug#12840

dev:valdevir
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@88633 d1611594-4594-4d17-8e1d-87c2c4800839
master
wilian 2019-01-08 19:59:42 +00:00
parent 71e0a14692
commit c6eb71523e
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class PtovtaAntifraude implements Serializable {
return true; return true;
if (obj == null) if (obj == null)
return false; return false;
if (getClass() != obj.getClass()) if (!(obj instanceof PtovtaAntifraude))
return false; return false;
PtovtaAntifraude other = (PtovtaAntifraude) obj; PtovtaAntifraude other = (PtovtaAntifraude) obj;
if (ptovtaAntifraudeId == null) { if (ptovtaAntifraudeId == null) {