mirror of
https://github.com/fooflington/wordsearch.git
synced 2025-12-15 15:19:03 +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