Skip to content

Commit fe135b8

Browse files
committed
Fix typos
1 parent d4e5ea4 commit fe135b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/com/datastax/oss/driver/api/core/session/SessionBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public SelfT addTypeCodecs(TypeCodec<?>... typeCodecs) {
140140
* Registers a node state listener to use with the session.
141141
*
142142
* <p>If the listener is specified programmatically with this method, it overrides the
143-
* configuration (that is, the {@code metadata.node-state-listener.class} option will be ignored.
143+
* configuration (that is, the {@code metadata.node-state-listener.class} option will be ignored).
144144
*/
145145
public SelfT withNodeStateListener(NodeStateListener nodeStateListener) {
146146
this.nodeStateListener = nodeStateListener;
@@ -152,7 +152,7 @@ public SelfT withNodeStateListener(NodeStateListener nodeStateListener) {
152152
*
153153
* <p>If the listener is specified programmatically with this method, it overrides the
154154
* configuration (that is, the {@code metadata.schema-change-listener.class} option will be
155-
* ignored.
155+
* ignored).
156156
*/
157157
public SelfT withSchemaChangeListener(SchemaChangeListener schemaChangeListener) {
158158
this.schemaChangeListener = schemaChangeListener;

0 commit comments

Comments
 (0)