missing changes
This commit is contained in:
@@ -155,6 +155,11 @@ public abstract class AbstractItemStat implements ItemStat {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Collection<SERVICE_TYPE> getServices() {
|
||||||
|
return Collections.emptyList();
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Offer addOffer(OFFER_TYPE type, Item item, double price, long count) {
|
public Offer addOffer(OFFER_TYPE type, Item item, double price, long count) {
|
||||||
throw new UnsupportedOperationException("Is fake vendor, change unsupported");
|
throw new UnsupportedOperationException("Is fake vendor, change unsupported");
|
||||||
@@ -172,7 +177,7 @@ public abstract class AbstractItemStat implements ItemStat {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Collection<Offer> get(OFFER_TYPE type) {
|
public Collection<Offer> get(OFFER_TYPE type) {
|
||||||
return null;
|
return Collections.emptyList();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user