File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/src/main/java/com/datastax/oss/driver/api/core/session Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments