From 1ecbfe6a7cc64556a9959d4e0fd6591eb58a981a Mon Sep 17 00:00:00 2001 From: dchandler Date: Mon, 28 Oct 2002 04:49:24 +0000 Subject: [PATCH] Fixed some Javadoc comments in preparation for putting up new Javadocs on http://thdltools.sf.net/. --- source/org/thdl/quilldriver/QD.java | 2 +- source/org/thdl/tib/input/DuffPane.java | 3 +-- source/org/thdl/tib/text/TibetanLabelView.java | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/source/org/thdl/quilldriver/QD.java b/source/org/thdl/quilldriver/QD.java index 2cfa6c7..bd8c615 100644 --- a/source/org/thdl/quilldriver/QD.java +++ b/source/org/thdl/quilldriver/QD.java @@ -1764,7 +1764,7 @@ class RadioListener extends ThdlActionListener { /* FIXME: needs better error handling */ /** 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, Object[] arguments) { diff --git a/source/org/thdl/tib/input/DuffPane.java b/source/org/thdl/tib/input/DuffPane.java index 84e8e13..98dffe1 100644 --- a/source/org/thdl/tib/input/DuffPane.java +++ b/source/org/thdl/tib/input/DuffPane.java @@ -56,8 +56,7 @@ public class DuffPane extends JTextPane implements KeyListener, FocusListener { * added to charList if they constitute a valid Wylie character. charList * 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 -* screen, the {@link #newGlyphList glyphList}) is computed on the basis -* of charList. +* screen, the {@link #newGlyphList} is computed on the basis of charList. */ private java.util.ArrayList charList; /** diff --git a/source/org/thdl/tib/text/TibetanLabelView.java b/source/org/thdl/tib/text/TibetanLabelView.java index e6dda54..ae7592e 100644 --- a/source/org/thdl/tib/text/TibetanLabelView.java +++ b/source/org/thdl/tib/text/TibetanLabelView.java @@ -101,9 +101,8 @@ class TibetanLabelView extends LabelView { } } - /** Returns an offset >= 0 if we find a character (FIXME: before - * or after?) where breaking would be good. Returns negative - * otherwise. */ + /** Returns a nonnegative offset if we find a character after + * which breaking would be good. Returns negative otherwise. */ private int getGoodBreakingLocation(int startOffset, int endOffset) { // Grab the underlying characters: