/[classpath]/classpath/java/text/RuleBasedCollator.java
ViewVC logotype

Diff of /classpath/java/text/RuleBasedCollator.java

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

revision 1.13 by mkoch, Wed Oct 15 16:46:41 2003 UTC revision 1.14 by mkoch, Wed Oct 15 16:51:19 2003 UTC
# Line 189  public class RuleBasedCollator extends C Line 189  public class RuleBasedCollator extends C
189      StringBuffer sb = new StringBuffer("");      StringBuffer sb = new StringBuffer("");
190      int len = rules.length();      int len = rules.length();
191            
192      for (int index = 0; index < len(); index++)      for (int index = 0; index < len; ++index)
193        {        {
194          char c = rules.charAt (index);          char c = rules.charAt (index);
195    
196          // Just skip whitespace.          // Just skip whitespace.
197          if (Character.isWhitespace (c))          if (Character.isWhitespace (c))

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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