Fixed Javadocs.

This commit is contained in:
dchandler 2003-07-04 00:12:59 +00:00
parent 0a1bc0d30b
commit 6c286573ba
3 changed files with 14 additions and 9 deletions

View file

@ -1600,7 +1600,7 @@ public void paste(int offset) {
* corresponding to one of these glyphs, then noSuchWylie[0] will be
* set to true
* @return the string of Wylie corresponding to the associated document
* @see org.thdl.tib.text.TibetanDocument#getWylie() */
* @see org.thdl.tib.text.TibetanDocument#getWylie(boolean[]) */
public String getWylie(boolean noSuchWylie[]) {
return getTibDoc().getWylie(noSuchWylie);
}