Changed access to static package from public local

This commit is contained in:
Collin Smith
2020-09-02 20:10:37 -07:00
parent d3cbca6b6f
commit 6b9a97949a

View File

@ -38,7 +38,7 @@ public class StatListFlags {
}
}
public int getItemSetFlags(int numItems) {
static int getItemSetFlags(int numItems) {
int flags = FLAG_NONE;
switch (numItems) {
case 6: flags |= FLAG_SET_6; // fall-through