Skip to content

Commit

Permalink
Tidy Code
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-manzinger committed Feb 18, 2025
1 parent fb0de61 commit b77a1cc
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,9 @@ public static class Item {
@Field("sup_simple_*")
Map<String, String> supplier_simple;


@Field("supmiddle_*_middle")
Map<String, String> supplier_middle;


@Field("*_supbeginning")
Map<String, String> sup_beginning;

Expand All @@ -207,7 +205,6 @@ public String[] getAllSuppliers() {
return this.allSuppliers;
}


public Map<String, String> getSupplier_middle() {
return supplier_middle;
}
Expand All @@ -216,7 +213,6 @@ public void setSupplier_middle(Map<String, String> supplier_middle) {
this.supplier_middle = supplier_middle;
}


public Map<String, String> getSup_beginning() {
return sup_beginning;
}
Expand Down

0 comments on commit b77a1cc

Please sign in to comment.