This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 97c885d Update validator-component.adoc
97c885d is described below
commit 97c885ddb9861047c19d7704f82569a06702c7a5
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 14 08:26:57 2019 +0200
Update validator-component.adoc
---
components/camel-validator/src/main/docs/validator-component.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-validator/src/main/docs/validator-component.adoc
b/components/camel-validator/src/main/docs/validator-component.adoc
index 04ecb5a..9d7c612 100644
--- a/components/camel-validator/src/main/docs/validator-component.adoc
+++ b/components/camel-validator/src/main/docs/validator-component.adoc
@@ -146,6 +146,6 @@ supplied on the classpath).
Since *Camel 2.17*, you can force that the cached schema in the
validator endpoint is cleared and reread with the next process call with
-the JMX operation `clearCachedSchema. `You can also use this method to
+the JMX operation `clearCachedSchema`. You can also use this method to
programmatically clear the cache. This method is available on the
-`ValidatorEndpoint `class`.`
+`ValidatorEndpoint` class.