Repository: cxf Updated Branches: refs/heads/3.0.x-fixes d33fd42d1 -> b012efdf5
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/b012efdf Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b012efdf Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b012efdf Branch: refs/heads/3.0.x-fixes Commit: b012efdf51a422b52fed2f30ca221bbbba730604 Parents: d33fd42 Author: Sergey Beryozkin <[email protected]> Authored: Fri Mar 10 13:56:56 2017 +0000 Committer: Sergey Beryozkin <[email protected]> Committed: Fri Mar 10 13:59:01 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/b012efdf/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 4a0c028..471977d 100644 --- a/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java +++ b/core/src/main/java/org/apache/cxf/feature/LoggingFeature.java @@ -117,7 +117,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) {
