fix filtroStato
This commit is contained in:
parent
75834063f4
commit
1039364a33
@ -79,8 +79,6 @@ public class Azienda{
|
||||
}
|
||||
|
||||
public Azienda filtroStato(String stato){
|
||||
boolean trovato = false;
|
||||
int j=0;
|
||||
ArrayList<Sede> sediFilter = new ArrayList<Sede>();
|
||||
|
||||
for(Sede s: sedi)
|
||||
|
Loading…
Reference in New Issue
Block a user