Deleted cut-and-paste goof.
This commit is contained in:
parent
c69ba26c60
commit
274e1736be
1 changed files with 0 additions and 1 deletions
|
@ -153,7 +153,6 @@ public class TString {
|
||||||
// FIXME: assert these
|
// FIXME: assert these
|
||||||
ThdlDebug.verify(type != UNICODE_CHARACTER || text.length() == 1);
|
ThdlDebug.verify(type != UNICODE_CHARACTER || text.length() == 1);
|
||||||
ThdlDebug.verify("EWTS" == encoding || "ACIP" == encoding);
|
ThdlDebug.verify("EWTS" == encoding || "ACIP" == encoding);
|
||||||
type != UNICODE_CHARACTER || text.length() == 1);
|
|
||||||
setText(ftext);
|
setText(ftext);
|
||||||
if ((outputAllTshegBars || outputUniqueTshegBars) && TIBETAN_NON_PUNCTUATION == type)
|
if ((outputAllTshegBars || outputUniqueTshegBars) && TIBETAN_NON_PUNCTUATION == type)
|
||||||
outputTshegBar(ftext);
|
outputTshegBar(ftext);
|
||||||
|
|
Loading…
Reference in a new issue