/[classpath]/classpath/java/util/ResourceBundle.java
ViewVC logotype

Diff of /classpath/java/util/ResourceBundle.java

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

revision 1.10 by tromey, Fri Sep 7 18:32:35 2001 UTC revision 1.11 by cbj, Fri Sep 21 04:22:08 2001 UTC
# Line 28  executable file might be covered by the Line 28  executable file might be covered by the
28  package java.util;  package java.util;
29  import java.lang.ref.Reference;  import java.lang.ref.Reference;
30  import java.lang.ref.SoftReference;  import java.lang.ref.SoftReference;
31    import gnu.classpath.Configuration;
32    
33  /**  /**
34   * A resource bundle contains locale-specific data.  If you need   * A resource bundle contains locale-specific data.  If you need
# Line 73  import java.lang.ref.SoftReference; Line 74  import java.lang.ref.SoftReference;
74   * @author Jochen Hoenicke */   * @author Jochen Hoenicke */
75  public abstract class ResourceBundle  public abstract class ResourceBundle
76  {  {
77      static
78      {
79        if (Configuration.INIT_LOAD_LIBRARY)
80          {
81            System.loadLibrary ("javautil");
82          }
83      }
84    
85    /**    /**
86     * The parent bundle.  This is consulted when you call getObject     * The parent bundle.  This is consulted when you call getObject
87     * and there is no such resource in the current bundle.  This     * and there is no such resource in the current bundle.  This

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

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