Correct a usage example in the Package Description javadocs.
PR: Bugzilla #18889 Submitted By: Thai Ha (thaiha at psv.com.vn) git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138993 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -38,7 +38,7 @@ convention) after the calling class:
|
||||
|
||||
public class Foo {
|
||||
|
||||
static Log log = LogFactory.getLog(this.class);
|
||||
static Log log = LogFactory.getLog(Foo.class);
|
||||
|
||||
public void foo() {
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user