Skip to content

Commit a589b0c

Browse files
author
RolefH
committed
spldoc update
1 parent 83e8b3a commit a589b0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

com.ibm.streamsx.messagehub/impl/java/src/com/ibm/streamsx/messagehub/operators/MessageHubConsumerOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected void loadFromAppConfig() throws Exception {
145145
+ "The following steps outline how this can be done: \\n" +
146146
"\\n" +
147147
" 1. Create an application configuration called `messagehub`.\\n" +
148-
" 2. Create a property in the `messagehub` application configuration *named* `messagehub.creds`.\\n" +
148+
" 2. Create a property in the `messagehub` application configuration with *name* `messagehub.creds`.\\n" +
149149
" * The *value* of the property should be the raw Message Hub Credentials JSON\\n" +
150150
" 3. The operator will automatically look for an application configuration named `messagehub` and will extract "
151151
+ "the information needed to connect. Users only need to specify the topic(s) that they wish to consume messages "

com.ibm.streamsx.messagehub/impl/java/src/com/ibm/streamsx/messagehub/operators/MessageHubProducerOperator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ protected void loadFromAppConfig() throws Exception {
115115
+ "The following steps outline how this can be done: \\n" +
116116
"\\n" +
117117
" 1. Create an application configuration called `messagehub`.\\n" +
118-
" 2. Create a property in the `messagehub` application configuration *named* `messagehub.creds`.\\n" +
118+
" 2. Create a property in the `messagehub` application configuration with *name* `messagehub.creds`.\\n" +
119119
" * The *value* of the property should be the raw Message Hub Credentials JSON\\n" +
120120
" 3. The operator will automatically look for an application configuration named `messagehub` and will extract "
121121
+ "the information needed to connect. Users only need to specify the topic(s) that they wish to consume messages "

0 commit comments

Comments
 (0)