fix dep warning
This commit is contained in:
@@ -603,7 +603,7 @@ public class TestNodeManager {
|
|||||||
|
|
||||||
var positions = new ArrayList<>(aa.keySet().longStream().filter(k->{
|
var positions = new ArrayList<>(aa.keySet().longStream().filter(k->{
|
||||||
return WorldEngine.getLevel(k)!=0;
|
return WorldEngine.getLevel(k)!=0;
|
||||||
}).sorted().mapToObj(Long::new).toList());
|
}).sorted().mapToObj(Long::valueOf).toList());
|
||||||
Collections.shuffle(positions, r);
|
Collections.shuffle(positions, r);
|
||||||
|
|
||||||
Logger.info("Removing", WorldEngine.pprintPos(positions.get(0)));
|
Logger.info("Removing", WorldEngine.pprintPos(positions.get(0)));
|
||||||
|
|||||||
Reference in New Issue
Block a user