diff --git a/driver-core/src/main/java/com/datastax/driver/core/policies/DCAwareRoundRobinPolicy.java b/driver-core/src/main/java/com/datastax/driver/core/policies/DCAwareRoundRobinPolicy.java index 5443d7da4e7..a1274f6b458 100644 --- a/driver-core/src/main/java/com/datastax/driver/core/policies/DCAwareRoundRobinPolicy.java +++ b/driver-core/src/main/java/com/datastax/driver/core/policies/DCAwareRoundRobinPolicy.java @@ -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) { @@ -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;