diff -r 48ebc3dd34a5 -r 7e7a89a28bcf test/gs/javatest.html
--- a/test/gs/javatest.html	Wed Oct 29 22:52:20 2025 +0100
+++ b/test/gs/javatest.html	Wed Oct 29 22:53:56 2025 +0100
@@ -82,7 +82,7 @@
  34 
  35 public final class Solver {
  36 
- 37     public static final int VERSION = 0x1000;
+ 37     public static final int VERSION = 0x1000;
  38 
  39     private Integer fillInCandidate(Field f, List<Integer>[][] candidates, int x, int y) {
  40         Integer c = candidates[x][y].remove(0);