diff --git a/source/org/thdl/tib/text/reverter/GC.java b/source/org/thdl/tib/text/reverter/GC.java index ed4939a..d71166a 100644 --- a/source/org/thdl/tib/text/reverter/GC.java +++ b/source/org/thdl/tib/text/reverter/GC.java @@ -87,7 +87,7 @@ class GC { + UnicodeUtils.unicodeStringToPrettyString(nfthdl)); } this.nfthdl = nfthdl; - assert (nfthdl.length() > 0); + ThdlDebug.verify(nfthdl.length() > 0); // TODO(dchandler): assert only if (nfthdl.length() < 1) valid = false; valid = validGcRegex.matcher(nfthdl).matches();