/[classpath]/classpath/gnu/java/nio/charset/iconv/IconvProvider.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/charset/iconv/IconvProvider.java

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

revision 1.2 by mark, Sat Jul 2 20:32:14 2005 UTC revision 1.3 by itokaz, Mon Nov 7 22:08:33 2005 UTC
# Line 62  public final class IconvProvider extends Line 62  public final class IconvProvider extends
62          }          }
63      }      }
64    
65    private IconvProvider()    // Declaring the construtor public may violate the use of singleton.
66      // But it must be public so that an instance of this class can be
67      // created by Class.newInstance(), which is the case when this provider is
68      // defined in META-INF/services/java.nio.charset.spi.CharsetProvider.
69      public IconvProvider()
70    {    {
71      IconvMetaData.setup();      IconvMetaData.setup();
72    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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