Cleaned up some code that is relevant to the bug I'm looking into. I need to
instrument it. Functionally, this change is a no-op. I just don't want to confuse refactoring with the actual bug fix.
This commit is contained in:
parent
00961b633f
commit
be632e1874
2 changed files with 37 additions and 49 deletions
|
@ -939,8 +939,8 @@ public class TibTextUtils implements THDLWylieConstants {
|
|||
* @return the Extended Wylie/ACIP corresponding to these glyphs (with
|
||||
* font size info), or null */
|
||||
public static TranslitList getTranslit(boolean EWTSNotACIP,
|
||||
SizedDuffCode[] dcs,
|
||||
boolean noSuch[]) {
|
||||
SizedDuffCode[] dcs,
|
||||
boolean noSuch[]) {
|
||||
StringBuffer warnings = (debug ? new StringBuffer() : null);
|
||||
TranslitList ans
|
||||
= getTranslitImplementation(EWTSNotACIP, dcs, noSuch, warnings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue