FC18: Fixed chine space issue in prev commit
This commit is contained in:
parent
413da66d6a
commit
32fdf0e261
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ public class FourCornerZionStenoLexer {
|
||||||
|
|
||||||
public StenoScannerWordCakeSlice(FCFlameWordDish course) {
|
public StenoScannerWordCakeSlice(FCFlameWordDish course) {
|
||||||
super(course.cakePointMin(), course.cakePointMax());
|
super(course.cakePointMin(), course.cakePointMax());
|
||||||
this.course = Objects.requireNonNull(course);
|
this.course = course;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue