()
| 221 | |
| 222 | |
| 223 | static public String[] getOptions() { |
| 224 | StringList outgoing = new StringList(); |
| 225 | outgoing.append(CLASSIC); |
| 226 | for (String approach : getWordLists().keySet()) { |
| 227 | outgoing.append(approach); |
| 228 | } |
| 229 | return outgoing.toArray(); |
| 230 | } |
| 231 | } |
no test coverage detected