Fix type in open TODO
This commit is contained in:
@@ -210,7 +210,7 @@ public class ShopHandler {
|
|||||||
* @return TreeMap containing a list of PlayerShops per material.
|
* @return TreeMap containing a list of PlayerShops per material.
|
||||||
*/
|
*/
|
||||||
public TreeMap<Material, List<PlayerShop>> shopByMaterial() {
|
public TreeMap<Material, List<PlayerShop>> shopByMaterial() {
|
||||||
// TODO -- make this a cache. update cache on change, do not calc dynamicly
|
// TODO -- make this a cache. update cache on change, do not calc dynamically
|
||||||
TreeMap<Material, List<PlayerShop>> shopByMaterialTreeSet = new TreeMap<>();
|
TreeMap<Material, List<PlayerShop>> shopByMaterialTreeSet = new TreeMap<>();
|
||||||
|
|
||||||
for (PlayerShop shop : getShops()) {
|
for (PlayerShop shop : getShops()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user