CVS: plexus-container-new/src/java/org/apache/plexus/util InterpolationFilterReader.java,1.3,1.4

[email protected] Mon, 19 May 2003 15:32:22 -0500
Newsgroups gmane.comp.java.plexus.devel
Message-ID <[email protected]>
Update of /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus/util
In directory eng.werken.com:/tmp/cvs-serv29244

Modified Files:
	InterpolationFilterReader.java 
Log Message:
o little note

Index: InterpolationFilterReader.java
===================================================================
RCS file: /cvsroot/plexus/plexus-container-new/src/java/org/apache/plexus/util/InterpolationFilterReader.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- InterpolationFilterReader.java	19 May 2003 19:04:02 -0000	1.3
+++ InterpolationFilterReader.java	19 May 2003 20:32:16 -0000	1.4
@@ -256,6 +256,9 @@
             }
             while ( ch != endToken.charAt( 0 ) );
 
+            // There is nothing left to read so we have the situation where the begin/end token
+            // are in fact the same and as there is nothing left to read we have got ourselves
+            // end of a token boundary so let it pass through.
             if ( ch == -1 )
             {
                 return endToken.charAt(0);