Skip to content

Commit

Permalink
Issue #559: Fixed unexpected text in Javadoc.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Oct 18, 2021
1 parent 5a48dca commit afc287b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@ default B randomCorrelationId() {

/**
* Sets the specified String as channel of the Signal/Exception.
* Allowed values are {@value "twin"} and {@value "live"}.
* If omitted, {@value "twin"} is used as default.
* Allowed values are {@code "twin"} and {@code "live"}.
* If omitted, {@code "twin"} is used as default.
*
* @param channel the channel of the Signal/Exception to be set.
* {@code null} removes an already set channel header.
* @return this builder for Method Chaining.
* @throws org.eclipse.ditto.base.model.exceptions.DittoHeaderInvalidException if {@code channel} after trimming and
* converting to lower case does not match {@value "twin"} or {@value "live"}.
* converting to lower case does not match {@code "twin"} or {@code "live"}.
*/
B channel(@Nullable CharSequence channel);

Expand Down

0 comments on commit afc287b

Please sign in to comment.