Fixed Javadocs.

This commit is contained in:
dchandler 2003-09-10 01:19:05 +00:00
parent cc853be387
commit 16817d0b8e
9 changed files with 24 additions and 22 deletions

View file

@ -22,7 +22,7 @@ import java.util.ListIterator;
import java.util.NoSuchElementException;
import java.util.ArrayList;
/** An object that can iterate over an {@link #TParseTree}.
/** An object that can iterate over an {@link TParseTree}.
*
* @author David Chandler */
class ParseIterator {