Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Feb 2, 2018
1 parent 99ed11d commit d5b53cf
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,14 @@ public Builder setMaxInboundMessageSize(Integer max) {
}

/**
* Use of a plaintext connection to the server. By default a secure connection mechanism
* such as TLS will be used.
* Use of a plaintext connection to the server. By default a secure connection mechanism such as
* TLS will be used.
*
* <p>Should only be used for testing or for APIs where the use of such API or the data
* exchanged is not sensitive.
*
* @param skipNegotiation {@code true} if there is a priori knowledge that the endpoint supports
* plaintext, {@code false} if plaintext use must be negotiated.
* plaintext, {@code false} if plaintext use must be negotiated.
*/
public Builder usePlaintext(boolean skipNegotiation) {
this.skipNegotiation = skipNegotiation;
Expand Down

0 comments on commit d5b53cf

Please sign in to comment.