rodrigo 2012-08-20 19:49:48 +00:00
parent 2e6cb7746f
commit 7826192645
2 changed files with 0 additions and 2 deletions

View File

@ -117,7 +117,6 @@ public class RestriccionPago implements Serializable {
@Override
public boolean equals(Object object) {
// TODO: Warning - this method won't work in the case the id fields are not set
if (!(object instanceof RestriccionPago)) {
return false;
}

View File

@ -99,7 +99,6 @@ public class TipoVenta implements Serializable {
@Override
public boolean equals(Object object) {
// TODO: Warning - this method won't work in the case the id fields are not set
if (!(object instanceof TipoVenta)) {
return false;
}