From 32fdf0e2619c4202a084f2b4fa08efea121c09f3 Mon Sep 17 00:00:00 2001 From: Willem Date: Mon, 15 Dec 2025 15:47:42 +0100 Subject: [PATCH] FC18: Fixed chine space issue in prev commit --- .../main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java index caa8e72..be5a8e0 100644 --- a/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java +++ b/nx01-x4o-fc18/src/main/java/org/x4o/fc18/zion7/FourCornerZionStenoLexer.java @@ -383,7 +383,7 @@ public class FourCornerZionStenoLexer { public StenoScannerWordCakeSlice(FCFlameWordDish course) { super(course.cakePointMin(), course.cakePointMax()); - this.course = Objects.requireNonNull(course); + this.course = course; } @Override