< prev index next >

make/jdk/src/classes/build/tools/cldrconverter/CalendarType.java

Print this page
rev 53482 : [mq]: 8217609

*** 1,7 **** /* ! * Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2012, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 38,48 **** private static final int[][] ERA_DATA = { // start index, array length {0, 2}, // generic {0, 2}, // gregorian {0, 1}, // buddhist ! {232, 4}, // japanese (eras from Meiji) {0, 2}, // roc (Minguo) {0, 1}, // islamic (Hijrah) {0, 1}, // islamic-civil (same as islamic) {0, 1}, // islamic-umalqura }; --- 38,48 ---- private static final int[][] ERA_DATA = { // start index, array length {0, 2}, // generic {0, 2}, // gregorian {0, 1}, // buddhist ! {232, 5}, // japanese (eras from Meiji) {0, 2}, // roc (Minguo) {0, 1}, // islamic (Hijrah) {0, 1}, // islamic-civil (same as islamic) {0, 1}, // islamic-umalqura };
< prev index next >