Fixed raw class usage in DistrFilter

This commit is contained in:
MattBDev 2021-06-02 17:27:37 -04:00
parent b599769f8c
commit 930b9b07d5

View File

@ -95,7 +95,7 @@ public class DistrFilter extends ForkedFilter<DistrFilter> {
}
public void print(Actor actor, long size) {
for (Countable c : getDistribution()) {
for (Countable<BlockState> c : getDistribution()) {
final String name = c.getID().toString();
final String str = String.format("%-7s (%.3f%%) %s",
c.getAmount(),