Skip to content

Commit

Permalink
Fix javadoc formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tolbertam committed Jan 4, 2019
1 parent 7541809 commit be8de66
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ public Builder withLocalDc(String localDc) {
* @param usedHostsPerRemoteDc the number.
* @return this builder.
* @deprecated This functionality will be removed in the next major release of the driver. DC
* failover shouldn't be done in the driver, which does not have the necessary context to know
* what makes sense considering application semantics.
* failover shouldn't be done in the driver, which does not have the necessary context to
* know what makes sense considering application semantics.
*/
@Deprecated
public Builder withUsedHostsPerRemoteDc(int usedHostsPerRemoteDc) {
Expand All @@ -368,8 +368,9 @@ public Builder withUsedHostsPerRemoteDc(int usedHostsPerRemoteDc) {
*
* @return this builder.
* @deprecated This functionality will be removed in the next major release of the driver. DC
* failover shouldn't be done in the driver, which does not have the necessary context to know
* what makes sense considering application semantics. */
* failover shouldn't be done in the driver, which does not have the necessary context to
* know what makes sense considering application semantics.
*/
@Deprecated
public Builder allowRemoteDCsForLocalConsistencyLevel() {
this.allowRemoteDCsForLocalConsistencyLevel = true;
Expand Down

0 comments on commit be8de66

Please sign in to comment.