Imported GNU Classpath 0.19 + gcj-import-20051115.
* sources.am: Regenerated.
* Makefile.in: Likewise.
* scripts/makemake.tcl: Use glob -nocomplain.
From-SVN: r107049
This commit is contained in:
@@ -664,7 +664,7 @@ public class LogManager
|
||||
{
|
||||
try
|
||||
{
|
||||
return (new Boolean(getLogManager().getProperty(name))).booleanValue();
|
||||
return (Boolean.valueOf(getLogManager().getProperty(name))).booleanValue();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
@@ -682,7 +682,7 @@ public class LogManager
|
||||
*
|
||||
* @param defaultValue the value that will be returned if the
|
||||
* property is not defined, or if
|
||||
* {@link Level.parse(java.lang.String)} does not like
|
||||
* {@link Level#parse(java.lang.String)} does not like
|
||||
* the property value.
|
||||
*/
|
||||
static Level getLevelProperty(String propertyName, Level defaultValue)
|
||||
|
||||
Reference in New Issue
Block a user