Fixes for javadoc tool.

This commit is contained in:
dchandler 2004-04-17 15:48:50 +00:00
parent adcf9de952
commit de3a19761e
2 changed files with 2 additions and 2 deletions

View file

@ -142,7 +142,7 @@ public class TString {
/** Creates a new TString with source text <i>text</i>, encoded
* using the Roman transliteration system specified by
* <i>encoding</i> (see {@link getEncoding()}) and type
* <i>encoding</i> (see {@link #getEncoding()}) and type
* <i>type</i> being a characterization like {@link #DD}. */
public TString(String encoding, String text, int type) {
this.encoding = encoding;