mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Refactor: Clean up Int_ classes
This commit is contained in:
@@ -264,7 +264,7 @@ public class XomwBlockLevelPass {
|
||||
if (o == null)
|
||||
preCur++;
|
||||
else {
|
||||
int pre_tid = Int_.cast(o);
|
||||
int pre_tid = Int_.Cast(o);
|
||||
if (pre_tid == PRE_BGN)
|
||||
preOpenMatch = true;
|
||||
else if (pre_tid == PRE_END)
|
||||
|
||||
Reference in New Issue
Block a user