We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ecb3af commit 192b11bCopy full SHA for 192b11b
1 file changed
driver-core/src/main/java/com/datastax/driver/core/PreparedStatement.java
@@ -125,7 +125,7 @@ public interface PreparedStatement {
125
* Sets a default consistency level for all bound statements created from this prepared statement.
126
*
127
* <p>If no consistency level is set through this method, the bound statement created from this
128
- * object will use the default consistency level (ONE).
+ * object will use the default consistency level (LOCAL_ONE).
129
130
* <p>Changing the default consistency level is not retroactive, it only applies to BoundStatement
131
* created after the change.
0 commit comments