/[classpath]/classpath/java/util/Properties.java
ViewVC logotype

Diff of /classpath/java/util/Properties.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by trebligd, Tue Jul 5 10:28:03 2005 UTC revision 1.30 by tromey, Mon Jul 25 17:42:38 2005 UTC
# Line 209  label   = Name:\\u0020</pre> Line 209  label   = Name:\\u0020</pre>
209                {                {
210                  if (pos == line.length())                  if (pos == line.length())
211                    {                    {
212                      // The line continues on the next line.                      // The line continues on the next line.  If there
213                        // is no next line, just treat it as a key with an
214                        // empty value.
215                      line = reader.readLine();                      line = reader.readLine();
216                        if (line == null)
217                          line = "";
218                      pos = 0;                      pos = 0;
219                      while (pos < line.length()                      while (pos < line.length()
220                             && Character.isWhitespace(c = line.charAt(pos)))                             && Character.isWhitespace(c = line.charAt(pos)))

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26