Updated comments so that Javadoc 1.4 warnings went away.

This commit is contained in:
dchandler 2002-09-30 03:10:00 +00:00
parent 3ad36a3f8e
commit 10d86fc3b7
3 changed files with 2562 additions and 2500 deletions

File diff suppressed because it is too large Load diff

View file

@ -30,9 +30,10 @@ import java.io.Serializable;
/** Used by DictionaryTable to display a Tibetan word or phrase /** Used by DictionaryTable to display a Tibetan word or phrase
(in either Roman or Tibetan script) in a single cell. (in either Roman or Tibetan script) in a single cell.
This THDL version does not include DictionaryTable.
@author Andrés Montano Pellegrini @author Andrés Montano Pellegrini
@see DictionaryTable
*/ */
public class DuffCellRenderer extends DuffPane implements TableCellRenderer, Serializable public class DuffCellRenderer extends DuffPane implements TableCellRenderer, Serializable
{ {
@ -137,4 +138,4 @@ public class DuffCellRenderer extends DuffPane implements TableCellRenderer, Ser
} }
doc.insertDuff(0, (DuffData []) value); doc.insertDuff(0, (DuffData []) value);
} }
} }

File diff suppressed because it is too large Load diff