Skip to content

Commit

Permalink
Corretto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
gifracr committed Feb 2, 2017
1 parent 89fabad commit fd4d524
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -458,14 +458,14 @@ public void setTrovato(TrovatoBulk trovato) {
public TrovatoBulk getTrovato() {
return trovato;
}
public java.lang.Integer getPg_trovato() {
public java.lang.Long getPg_trovato() {
if (this.getTrovato() == null)
return null;
return this.getTrovato().getNsrif();
return this.getTrovato().getPg_trovato();
}
public void setPg_trovato(java.lang.Integer pg_trovato) {
public void setPg_trovato(java.lang.Long pg_trovato) {
if (this.getTrovato() != null)
this.getTrovato().setNsrif(pg_trovato);
this.getTrovato().setPg_trovato(pg_trovato);
}
public Boolean getCollegatoCapitoloPerTrovato() {
return collegatoCapitoloPerTrovato;
Expand Down

0 comments on commit fd4d524

Please sign in to comment.