# HG changeset patch # User Mike Becker # Date 1761774836 -3600 # Node ID 7e7a89a28bcf521d83d12c57838d6dd6a7c74888 # Parent 48ebc3dd34a5fd59f4376a66c651af68b99c1ca5 fix broken javatest.html 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);