Skip to content

Commit 192b11b

Browse files
olim7ttolbertam
authored andcommitted
Fix default CL in PreparedStatement javadoc
1 parent 7ecb3af commit 192b11b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-core/src/main/java/com/datastax/driver/core/PreparedStatement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public interface PreparedStatement {
125125
* Sets a default consistency level for all bound statements created from this prepared statement.
126126
*
127127
* <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).
128+
* object will use the default consistency level (LOCAL_ONE).
129129
*
130130
* <p>Changing the default consistency level is not retroactive, it only applies to BoundStatement
131131
* created after the change.

0 commit comments

Comments
 (0)