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

Diff of /classpath/java/text/Collator.java

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

revision 1.11 by bryce, Tue Jun 15 22:40:39 2004 UTC revision 1.11.2.1 by gnu_andrew, Wed Feb 16 01:11:42 2005 UTC
# Line 308  public abstract class Collator implement Line 308  public abstract class Collator implement
308        }        }
309      catch (MissingResourceException x)      catch (MissingResourceException x)
310        {        {
311          return null;          pattern = "<0<1<2<3<4<5<6<7<8<9<A,a<b,B<c,C<d,D<e,E<f,F<g,G<h,H<i,I<j,J<k,K" +
312                    "<l,L<m,M<n,N<o,O<p,P<q,Q<r,R<s,S<t,T<u,U<v,V<w,W<x,X<y,Y<z,Z";
313        }        }
314      try      try
315        {        {
# Line 316  public abstract class Collator implement Line 317  public abstract class Collator implement
317        }        }
318      catch (ParseException x)      catch (ParseException x)
319        {        {
320          return null;          throw (InternalError)new InternalError().initCause(x);
321        }        }
322    }    }
323    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.11.2.1

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