bug#12840
dev:valdevir qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@88633 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
71e0a14692
commit
c6eb71523e
|
@ -149,7 +149,7 @@ public class PtovtaAntifraude implements Serializable {
|
|||
return true;
|
||||
if (obj == null)
|
||||
return false;
|
||||
if (getClass() != obj.getClass())
|
||||
if (!(obj instanceof PtovtaAntifraude))
|
||||
return false;
|
||||
PtovtaAntifraude other = (PtovtaAntifraude) obj;
|
||||
if (ptovtaAntifraudeId == null) {
|
||||
|
|
Loading…
Reference in New Issue