src/share/classes/java/util/logging/Level.java

Print this page

        

*** 193,203 **** } /** * Create a named Level with a given integer value and a * given localization resource name. ! * <p> * @param name the name of the Level, for example "SEVERE". * @param value an integer value for the level. * @param resourceBundleName name of a resource bundle to use in * localizing the given name. If the resourceBundleName is null * or an empty string, it is ignored. --- 193,203 ---- } /** * Create a named Level with a given integer value and a * given localization resource name. ! * * @param name the name of the Level, for example "SEVERE". * @param value an integer value for the level. * @param resourceBundleName name of a resource bundle to use in * localizing the given name. If the resourceBundleName is null * or an empty string, it is ignored.