Archived
0

change for new analyzer

This commit is contained in:
iMoHax
2015-07-17 15:57:51 +03:00
parent 2a4465d3fc
commit 77c931d770
17 changed files with 212 additions and 310 deletions

View File

@@ -17,6 +17,10 @@ public class FilteredMarket {
this.filter = filter;
}
public MarketFilter getFilter() {
return filter;
}
public void disableFilter(boolean disableFilter) {
this.disableFilter = disableFilter;
}