1
0

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:
Craig R. McClanahan
2003-08-16 23:46:31 +00:00
parent a4eb04167c
commit 27c9920b42

View File

@@ -38,7 +38,7 @@ convention) after the calling class:
public class Foo { public class Foo {
static Log log = LogFactory.getLog(this.class); static Log log = LogFactory.getLog(Foo.class);
public void foo() { public void foo() {
... ...