Removed BANK from checkBusCategory method
This commit is contained in:
parent
4d08bf0d27
commit
6e5350b6ab
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ public class CTUtil {
|
||||||
|
|
||||||
public static boolean checkBusCategory(String busCategory) {
|
public static boolean checkBusCategory(String busCategory) {
|
||||||
switch (busCategory) {
|
switch (busCategory) {
|
||||||
case "MFO", "MKK", "MFK", "BANK" -> { // TODO remove bank after testing
|
case "MFO", "MKK", "MFK" -> {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
default -> {
|
default -> {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue