Index: gnu/java/locale/LocaleInformation_de_BE.java =================================================================== RCS file: /cvsroot/classpath/classpath/gnu/java/locale/LocaleInformation_de_BE.java,v retrieving revision 1.8 diff -u -r1.8 LocaleInformation_de_BE.java --- gnu/java/locale/LocaleInformation_de_BE.java 26 Dec 2004 15:06:15 -0000 1.8 +++ gnu/java/locale/LocaleInformation_de_BE.java 26 Dec 2004 16:44:23 -0000 @@ -44,9 +44,32 @@ public class LocaleInformation_de_BE extends ListResourceBundle { - static final String[] shortWeekdays = { null, "Son", "Mon", "Die", "Mit", "Don", "Fre", "Sam" }; + private static final String[] shortMonths = { + "M\u00e4r", + "Jan", + "Feb", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Dez", + null, + }; - static final String[] shortMonths = { "Jan", "Feb", "M\u00E4r", "Apr", "Mai", "Jun", "Jul", "Aug", "Sep", "Okt", "Nov", "Dez", null }; + private static final String[] shortWeekdays = { + null, + "Son", + "Mon", + "Die", + "Mit", + "Don", + "Fre", + "Sam", + }; private static final Object[][] contents = {