/[classpath]/classpath/java/util/logging/LogManager.java
ViewVC logotype

Diff of /classpath/java/util/logging/LogManager.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9.2.3 by gnu_andrew, Tue Aug 2 20:12:33 2005 UTC revision 1.9.2.4 by gnu_andrew, Tue Sep 20 18:46:30 2005 UTC
# Line 664  public class LogManager Line 664  public class LogManager
664    {    {
665      try      try
666        {        {
667          return (new Boolean(getLogManager().getProperty(name))).booleanValue();          return (Boolean.valueOf(getLogManager().getProperty(name))).booleanValue();
668        }        }
669      catch (Exception ex)      catch (Exception ex)
670        {        {
# Line 682  public class LogManager Line 682  public class LogManager
682     *     *
683     * @param defaultValue the value that will be returned if the     * @param defaultValue the value that will be returned if the
684     *        property is not defined, or if     *        property is not defined, or if
685     *        {@link Level.parse(java.lang.String)} does not like     *        {@link Level#parse(java.lang.String)} does not like
686     *        the property value.     *        the property value.
687     */     */
688    static Level getLevelProperty(String propertyName, Level defaultValue)    static Level getLevelProperty(String propertyName, Level defaultValue)

Legend:
Removed from v.1.9.2.3  
changed lines
  Added in v.1.9.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26