/[classpath]/classpath/java/lang/String.java
ViewVC logotype

Diff of /classpath/java/lang/String.java

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

revision 1.40 by ericb, Sat Mar 9 21:20:04 2002 UTC revision 1.41 by ericb, Tue Mar 19 15:55:59 2002 UTC
# Line 796  public final class String implements Ser Line 796  public final class String implements Ser
796      while (--len >= 0)      while (--len >= 0)
797        {        {
798          char c1 = value[toffset++];          char c1 = value[toffset++];
799          char c2 = value[ooffset++];          char c2 = other.value[ooffset++];
800          // Note that checking c1 != c2 is redundant when ignoreCase is true,          // Note that checking c1 != c2 is redundant when ignoreCase is true,
801          // but it avoids method calls.          // but it avoids method calls.
802          if (c1 != c2          if (c1 != c2

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

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