This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 85b7f0a Fixed #CAMEL-13274 with minor error correction (#2840) 85b7f0a is described below commit 85b7f0a5d69ac21d147f1b8f362ba3d713e57965 Author: hemangajmera <ajmerathegr...@yahoo.com> AuthorDate: Mon Mar 25 12:49:43 2019 +0530 Fixed #CAMEL-13274 with minor error correction (#2840) --- components/camel-metrics/src/main/docs/metrics-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-metrics/src/main/docs/metrics-component.adoc b/components/camel-metrics/src/main/docs/metrics-component.adoc index 4253728..566a9c4 100644 --- a/components/camel-metrics/src/main/docs/metrics-component.adoc +++ b/components/camel-metrics/src/main/docs/metrics-component.adoc @@ -302,7 +302,7 @@ metrics:histogram:metricname[?options] |value |- |Value to use in histogram |=================================== -If no `value` is not set nothing is added to histogram and warning is +If `value` is not set nothing is added to histogram and warning is logged. [source,java]