Better comments.
This commit is contained in:
parent
dbd9c80ca0
commit
8193cef5d1
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue