You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/02/18 17:27:56 UTC

[camel] 01/02: Component docs - Include more valid chars in description.

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

commit 1a256cc21b3ffb861d54d2c7c538e210ac328e79
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Feb 18 17:01:16 2018 +0100

    Component docs - Include more valid chars in description.
---
 .../main/java/org/apache/camel/tools/apt/helper/JsonSchemaHelper.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/JsonSchemaHelper.java b/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/JsonSchemaHelper.java
index d664c03..ae0ed37 100644
--- a/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/JsonSchemaHelper.java
+++ b/tooling/apt/src/main/java/org/apache/camel/tools/apt/helper/JsonSchemaHelper.java
@@ -34,7 +34,7 @@ import org.json.simple.Jsoner;
  */
 public final class JsonSchemaHelper {
 
-    private static final String VALID_CHARS = ".-='/\\!&():;";
+    private static final String VALID_CHARS = ".,-='/\\!&%():;";
 
     private JsonSchemaHelper() {
     }

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.