Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 7169e95ca -> 48abef18e
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/48abef18 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/48abef18 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/48abef18 Branch: refs/heads/3.1.x-fixes Commit: 48abef18ee2360c1175960c47595af500ba25e57 Parents: 7169e95 Author: Sergey Beryozkin <[email protected]> Authored: Fri Mar 10 13:56:56 2017 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Mar 10 13:58:15 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/48abef18/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 ebda1bf..ae69678 100644 --- a/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java +++ b/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java @@ -120,7 +120,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) {
