Javadoc 1.4.1_01 no longer has a single warning about this package.

This commit is contained in:
dchandler 2003-02-03 01:36:56 +00:00
parent c379db6ff5
commit aa144dd599
13 changed files with 76 additions and 50 deletions

View file

@ -102,7 +102,7 @@ public class DiacriticPanel extends JPanel implements TibConstants
/**
* This method takes a character, which is actually a String variable and creates a label
* with a border and a margin with the supplied character string as the
* centered text. Adds a MouseListener that is a {@link #TiblEditMouseAdapter}. It is called by the {@link #init} method.
* centered text. Adds a MouseListener that is a {@link DiacriticPanel.TiblEditMouseAdapter}. It is called by the {@link #init} method.
*
* @param ch - A string variable that is the character associated with this label/button.
*