jdk/test/sun/text/resources/Collator/Bug4804273.java
changeset 40801 9bf0aafeb2bb
parent 10138 b7572da25d15
equal deleted inserted replaced
40800:bd4117559e3f 40801:9bf0aafeb2bb
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4804273
    26  * @bug 4804273
       
    27  * @modules jdk.localedata
    27  * @summary updating collation tables for swedish
    28  * @summary updating collation tables for swedish
    28  */
    29  */
    29 
    30 
    30 import java.text.*;
    31 import java.text.Collator;
    31 import java.util.*;
    32 import java.util.Arrays;
       
    33 import java.util.Locale;
    32 
    34 
    33 public class Bug4804273 {
    35 public class Bug4804273 {
    34 
    36 
    35   /********************************************************
    37   /********************************************************
    36   *********************************************************/
    38   *********************************************************/