You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/03/06 11:37:16 UTC

[cxf] branch master updated: Fix Javadoc

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new cb14ce7  Fix Javadoc
cb14ce7 is described below

commit cb14ce78098d897b8d7a6c726d384ba9eb700ff9
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Mar 6 11:37:05 2018 +0000

    Fix Javadoc
---
 .../logging/src/main/java/org/apache/cxf/ext/logging/Logging.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/Logging.java b/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/Logging.java
index 558039b..50e46c7 100644
--- a/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/Logging.java
+++ b/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/Logging.java
@@ -51,10 +51,10 @@ public @interface Logging {
     boolean pretty() default false;
 
     /**
-     * Ignore binary payloads by default
+     * Log binary payloads by default
      */
     boolean logBinary() default false;
-    
+
     /**
      * Log multipart payloads by default
      */

-- 
To stop receiving notification emails like this one, please contact
coheigea@apache.org.