Gather data
This commit is contained in:
@@ -176,7 +176,7 @@ public final class ExportFormat {
|
||||
|
||||
public record WordOut(Lemma lemma, int startRow, int startCol, String direction, int arrowRow, int arrowCol, boolean isReversed, int complex) {
|
||||
|
||||
public String word() { return lemma().word(); }
|
||||
public String word() { return new String(lemma().word()); }
|
||||
public ArrayList<String> clue() { return lemma.clue(); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user