Fixed some Javadoc comments in preparation for putting up new Javadocs

on http://thdltools.sf.net/.
This commit is contained in:
dchandler 2002-10-28 04:49:24 +00:00
parent fd1b4dd468
commit 1ecbfe6a7c
3 changed files with 4 additions and 6 deletions

View file

@ -1764,7 +1764,7 @@ class RadioListener extends ThdlActionListener {
/* FIXME: needs better error handling */ /* FIXME: needs better error handling */
/** Creates an object via reflection. /** Creates an object via reflection.
* @returns nonnull on succes, null on error */ * @return nonnull on success, null on error */
public static Object createObject(Constructor constructor, public static Object createObject(Constructor constructor,
Object[] arguments) { Object[] arguments) {

View file

@ -56,8 +56,7 @@ public class DuffPane extends JTextPane implements KeyListener, FocusListener {
* added to charList if they constitute a valid Wylie character. charList * added to charList if they constitute a valid Wylie character. charList
* is added to in this manner until the user types punctuation, a vowel, * is added to in this manner until the user types punctuation, a vowel,
* or some action or function key. Later, when glyphs are printed to the * or some action or function key. Later, when glyphs are printed to the
* screen, the {@link #newGlyphList glyphList}) is computed on the basis * screen, the {@link #newGlyphList} is computed on the basis of charList.
* of charList.
*/ */
private java.util.ArrayList charList; private java.util.ArrayList charList;
/** /**

View file

@ -101,9 +101,8 @@ class TibetanLabelView extends LabelView {
} }
} }
/** Returns an offset >= 0 if we find a character (FIXME: before /** Returns a nonnegative offset if we find a character after
* or after?) where breaking would be good. Returns negative * which breaking would be good. Returns negative otherwise. */
* otherwise. */
private int getGoodBreakingLocation(int startOffset, int endOffset) { private int getGoodBreakingLocation(int startOffset, int endOffset) {
// Grab the underlying characters: // Grab the underlying characters: