/[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.16 by tromey, Tue Sep 13 22:19:15 2005 UTC revision 1.17 by green, Wed Sep 14 16:52:08 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        {        {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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