/[classpath]/classpath/gnu/java/locale/LocaleInformation_om.java
ViewVC logotype

Diff of /classpath/gnu/java/locale/LocaleInformation_om.java

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

revision 1.2 by mkoch, Sun Dec 26 15:06:16 2004 UTC revision 1.3 by mkoch, Thu Dec 30 15:10:52 2004 UTC
# Line 115  public class LocaleInformation_om extend Line 115  public class LocaleInformation_om extend
115    
116    private static final Object territories = new Hashtableterritories();    private static final Object territories = new Hashtableterritories();
117    
118      private static final class Hashtablelanguages extends java.util.Hashtable
119      {
120        public Hashtablelanguages()
121          {
122            super();
123            put("om", "Oromoo");
124          }
125      }
126    
127      private static final Object languages = new Hashtablelanguages();
128    
129    private static final Object[][] contents =    private static final Object[][] contents =
130    {    {
131      { "shortMonths", shortMonths },      { "shortMonths", shortMonths },
# Line 123  public class LocaleInformation_om extend Line 134  public class LocaleInformation_om extend
134      { "weekdays", weekdays },      { "weekdays", weekdays },
135      { "eras", eras },      { "eras", eras },
136      { "territories", territories },      { "territories", territories },
137        { "languages", languages },
138    };    };
139    
140    public Object[][] getContents() { return contents; }    public Object[][] getContents() { return contents; }

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