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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user