[Exspiminator-commits] CVS: exspiminator/base Parser.java,1.3,1.4
Status: Alpha
Brought to you by:
nphillips
|
From: Nigel P. <nph...@us...> - 2001-11-21 11:39:54
|
Update of /cvsroot/exspiminator/exspiminator/base
In directory usw-pr-cvs1:/tmp/cvs-serv17558/base
Modified Files:
Parser.java
Log Message:
Remove misleading comment.
Index: Parser.java
===================================================================
RCS file: /cvsroot/exspiminator/exspiminator/base/Parser.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Parser.java 2001/11/20 12:19:27 1.3
--- Parser.java 2001/11/21 11:39:50 1.4
***************
*** 46,50 ****
/** Parses the next line from the String and returns it as a Line object, or null if the
end of the string has already been reached.*/
- // bug: doesn't handle leading whitespace (???)
public Line parse() throws IOException
{
--- 46,49 ----
|