< prev index next >

test/sun/text/resources/Format/Bug4621320.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2007, 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. --- 1,7 ---- /* ! * Copyright (c) 2007, 2016, 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.
*** 22,35 **** */ /* * @test * @bug 4621320 * @summary Verify that Ukrainian month name is correct. */ ! import java.text.*; ! import java.util.*; public class Bug4621320 { public static void main(String args[]) { DateFormatSymbols dfs = new DateFormatSymbols(new Locale("uk","UA")); --- 22,37 ---- */ /* * @test * @bug 4621320 + * @modules jdk.localedata * @summary Verify that Ukrainian month name is correct. */ ! ! import java.text.DateFormatSymbols; ! import java.util.Locale; public class Bug4621320 { public static void main(String args[]) { DateFormatSymbols dfs = new DateFormatSymbols(new Locale("uk","UA"));
< prev index next >