adelapena commented on code in PR #2556:
URL: https://github.com/apache/cassandra/pull/2556#discussion_r1379052793
##########
src/java/org/apache/cassandra/cql3/restrictions/SingleRestriction.java:
##########
@@ -19,7 +19,7 @@
import org.apache.cassandra.cql3.QueryOptions;
import org.apache.cassandra.cql3.statements.Bound;
-import org.apache.cassandra.db.MultiCBuilder;
+import org.apache.cassandra.db.MultiClusteringBuilder;
Review Comment:
Nit: The JavaDoc of some methods on this class still has some mentions of
`<code>MultiCBuilder</code>` that should be updated to
`<code>MultiClusteringBuilder</code>`. Or, even better, `{@link
MultiClusteringBuilder}`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]