jdk/src/share/classes/java/util/logging/Level.java
changeset 7803 56bc97d69d93
parent 5506 202f599c92aa
child 9035 1255eb81cc2f
equal deleted inserted replaced
7802:74f2ee2b62ba 7803:56bc97d69d93
    57  *
    57  *
    58  * @since 1.4
    58  * @since 1.4
    59  */
    59  */
    60 
    60 
    61 public class Level implements java.io.Serializable {
    61 public class Level implements java.io.Serializable {
    62     private static java.util.ArrayList<Level> known = new java.util.ArrayList<Level>();
    62     private static java.util.ArrayList<Level> known = new java.util.ArrayList<>();
    63     private static String defaultBundle = "sun.util.logging.resources.logging";
    63     private static String defaultBundle = "sun.util.logging.resources.logging";
    64 
    64 
    65     /**
    65     /**
    66      * @serial  The non-localized name of the level.
    66      * @serial  The non-localized name of the level.
    67      */
    67      */