Teresa Miyar Gil created WFCORE-4387:
----------------------------------------
Summary: Fix typo in remoting descriptions
Key: WFCORE-4387
URL:
https://issues.jboss.org/browse/WFCORE-4387
Project: WildFly Core
Issue Type: Bug
Components: Remoting
Affects Versions: 9.0.0.Beta2
Reporter: Teresa Miyar Gil
Assignee: Teresa Miyar Gil
Some descriptions lack a space on line break:
{code:java}
"authorize-id" => {
"type" => STRING,
"description" => "The SASL authorization ID. Used as
authentication user name to use if no authentication CallbackHandler is specifiedand the
se
lected SASL mechanism demands a user name.",
....
"heartbeat-interval" => {
"type" => INT,
"description" => "The interval to use for connection
heartbeat, in milliseconds. If the connection is idle in the outbound directionfor this
amount of time, a ping message will be sent, which will trigger a corresponding reply
message.",
"expressions-allowed" => true,
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)