improved javadoc

This commit is contained in:
Hervé Boutemy 2012-12-16 09:44:26 +01:00
parent 39e11cf2e5
commit aa0b71ca62
1 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ public boolean isFatalErrorEnabled()
}
/**
* <b>Warning</b>: ignored (always return <code>0</code>).
* <b>Warning</b>: ignored (always return <code>0 == Logger.LEVEL_DEBUG</code>).
*/
public int getThreshold()
{
@ -129,7 +129,7 @@ public void setThreshold( int threshold )
}
/**
* <b>Warning</b>: ignored (always return <code>0</code>).
* <b>Warning</b>: ignored (always return <code>null</code>).
*/
public Logger getChildLogger( String name )
{