From 274e1736bede885503a82c78e2ff30e519c49969 Mon Sep 17 00:00:00 2001 From: dchandler Date: Sat, 17 Jan 2004 19:45:31 +0000 Subject: [PATCH] Deleted cut-and-paste goof. --- source/org/thdl/tib/text/ttt/TString.java | 1 - 1 file changed, 1 deletion(-) diff --git a/source/org/thdl/tib/text/ttt/TString.java b/source/org/thdl/tib/text/ttt/TString.java index 297a213..7a82012 100644 --- a/source/org/thdl/tib/text/ttt/TString.java +++ b/source/org/thdl/tib/text/ttt/TString.java @@ -153,7 +153,6 @@ public class TString { // FIXME: assert these ThdlDebug.verify(type != UNICODE_CHARACTER || text.length() == 1); ThdlDebug.verify("EWTS" == encoding || "ACIP" == encoding); - type != UNICODE_CHARACTER || text.length() == 1); setText(ftext); if ((outputAllTshegBars || outputUniqueTshegBars) && TIBETAN_NON_PUNCTUATION == type) outputTshegBar(ftext);