GH-1593: Fix Typesetting misplacement

This may be caused by the functionality of the asciidoc generation plugin, which needs to be escaped at build time. But I didn't find the relevant script and code content, so I modified it directly on javadoc.

Resolves #1593
Resolves #1609
This commit is contained in:
XYUU
2019-02-11 10:15:24 +08:00
committed by Oleg Zhurakousky
parent f3a3a5c9fe
commit afb02adb04

View File

@@ -30,7 +30,7 @@ public class StreamFunctionProperties {
/**
* Definition of functions to bind. If several functions need to be composed into one,
* use pipes (e.g., 'fooFunc|barFunc')
* use pipes (e.g., 'fooFunc\|barFunc')
*/
private String definition;