/[classpath]/classpath/java/nio/charset/Charset.java
ViewVC logotype

Diff of /classpath/java/nio/charset/Charset.java

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

revision 1.12 by mkoch, Fri Oct 15 07:27:14 2004 UTC revision 1.13 by mkoch, Fri Oct 22 17:15:56 2004 UTC
# Line 1  Line 1 
1  /* Charset.java --  /* Charset.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 156  public abstract class Charset implements Line 156  public abstract class Charset implements
156    // XXX: we need to support multiple providers, reading them from    // XXX: we need to support multiple providers, reading them from
157    // java.nio.charset.spi.CharsetProvider in the resource directory    // java.nio.charset.spi.CharsetProvider in the resource directory
158    // META-INF/services    // META-INF/services
159    private static final CharsetProvider provider ()    private static CharsetProvider provider ()
160    {    {
161      return Provider.provider ();      return Provider.provider ();
162    }    }

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

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