Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 78539 invoked from network); 12 May 2008 16:58:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 May 2008 16:58:07 -0000 Received: (qmail 42851 invoked by uid 500); 12 May 2008 16:58:09 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 42733 invoked by uid 500); 12 May 2008 16:58:08 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 42722 invoked by uid 99); 12 May 2008 16:58:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 09:58:08 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 May 2008 16:57:31 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 350022388A0C; Mon, 12 May 2008 09:57:46 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r655560 - /cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java Date: Mon, 12 May 2008 16:57:46 -0000 To: commits@cxf.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080512165746.350022388A0C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bimargulies Date: Mon May 12 09:57:45 2008 New Revision: 655560 URL: http://svn.apache.org/viewvc?rev=655560&view=rev Log: Fix Javadoc as per CXF-1585. Modified: cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java Modified: cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java URL: http://svn.apache.org/viewvc/cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java?rev=655560&r1=655559&r2=655560&view=diff ============================================================================== --- cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java (original) +++ cxf/trunk/common/common/src/main/java/org/apache/cxf/common/logging/LogUtils.java Mon May 12 09:57:45 2008 @@ -41,7 +41,7 @@ * application must provide an object that extends {@link AbstractDelegatingLogger}, and advertise that class * via one of the following mechanisms: *
    - *
  • Create a file, in the classpath, named META-INF/cxf/org.apache.cxf.logger. + *
  • Create a file, in the classpath, named META-INF/cxf/org.apache.cxf.Logger. * This file should contain the fully-qualified name * of the class, with no comments, on a single line.
  • *
  • Call {@link #setLoggerClass(Class)} with a Class reference to the logger class.