Each class's author is now listed as Than.

This commit is contained in:
dchandler 2003-02-01 05:38:48 +00:00
parent d453e801ef
commit a1f6b9e117
25 changed files with 50 additions and 1 deletions

View file

@ -26,7 +26,7 @@ import org.jdom.*;
* Element List is a list of elements and ranges. The ranges refer to the {@link TextPanel} locations
* where the text for that element is found. The {@link #getElement} method takes an integer location
* in the TextPanel and returns the <code>org.jdom.Element</code> that is associated with that location
* <i>if ther is one</i>! If not, it returns <code>null</code>, indicating there is nothing to edit at
* <i>if there is one</i>! If not, it returns <code>null</code>, indicating there is nothing to edit at
* that location. This is created by the TextPanel and given to the {@link TiblEdit} controller so
* it can turn on and off menu options and functionality, depending on the position of the cursor in
* the TextPane.