/[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.1.2.2 by gnu_andrew, Tue Aug 2 20:12:12 2005 UTC revision 1.1.2.3 by gnu_andrew, Sun Nov 27 21:00:36 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.1.2.2  
changed lines
  Added in v.1.1.2.3

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