mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-09-16 02:49:21 +00:00
make Modes public
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package uk.org.mafoo.wordsearch;
|
||||
|
||||
enum Modes {
|
||||
public enum Modes {
|
||||
NORMAL,
|
||||
SIMPLE,
|
||||
CROSSWORD;
|
||||
|
Reference in New Issue
Block a user