/[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.19 by brawer, Tue Apr 30 21:59:19 2002 UTC revision 1.20 by mark, Tue Dec 24 23:37:45 2002 UTC
# Line 540  label   = Name:\\u0020</pre> Line 540  label   = Name:\\u0020</pre>
540            case '=':            case '=':
541            case ':':            case ':':
542              buffer.append('\\').append(c);              buffer.append('\\').append(c);
543                break;
544            default:            default:
545              if (c < ' ' || c > '~')              if (c < ' ' || c > '~')
546                {                {

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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