Better comments.

This commit is contained in:
dchandler 2003-11-09 01:07:07 +00:00
parent dbd9c80ca0
commit 8193cef5d1

View file

@ -105,7 +105,7 @@ public class TGCPair {
public String getACIP() { public String getACIP() {
return getACIP(null); return getACIP(null);
} }
/** Like {@link #getWylie(String)}. */ /** Like {@link #getWylie(String)} but for ACIP transliteration, not EWTS. */
public String getACIP(String previousTranslitIfAppendaged) { public String getACIP(String previousTranslitIfAppendaged) {
// DLC FIXME: has the EWTS change affected Manipulate.acipToWylie? // DLC FIXME: has the EWTS change affected Manipulate.acipToWylie?
StringBuffer b = new StringBuffer(); StringBuffer b = new StringBuffer();