@override int checkWeight(int weight) { if (weight < 10000) { return weight; } return weight - 10000; }