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

@ -21,7 +21,7 @@ package org.thdl.tib.bibl;
import org.jdom.*;
/**
* This wrapper class associates a String of text with a Style (as defined in {@link TibConstants}?) and a particular
* This wrapper class associates a String of text with a Style (as defined in {@link TibConstants} [MAYBE]) and a particular
* element. It is used for interactivity with the {@link TextPane} so that highlighting or clicking on a string in the
* text pane can be associated with actions for processing the text within an element.
*