You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2017/03/10 13:57:11 UTC

cxf git commit: Fixing the javadoc

Repository: cxf
Updated Branches:
  refs/heads/master 0e1d4826c -> 1f1dac485


Fixing the javadoc


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1f1dac48
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1f1dac48
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1f1dac48

Branch: refs/heads/master
Commit: 1f1dac485fc8e926b222ba39d4585498306c413b
Parents: 0e1d482
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri Mar 10 13:56:56 2017 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri Mar 10 13:56:56 2017 +0000

----------------------------------------------------------------------
 core/src/main/java/org/apache/cxf/feature/LoggingFeature.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/1f1dac48/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java b/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java
index c85ab6f..f2ccc8c 100644
--- a/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java
+++ b/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java
@@ -124,7 +124,7 @@ public class LoggingFeature extends AbstractFeature {
     }
 
     /**
-     * This function has no effect at this time.
+     * Set a limit on how much content can be logged
      * @param lim
      */
     public void setLimit(int lim) {