blerer commented on code in PR #2655:
URL: https://github.com/apache/cassandra/pull/2655#discussion_r1376571035
##########
src/java/org/apache/cassandra/cql3/SingleColumnRelation.java:
##########
@@ -86,17 +84,29 @@ public SingleColumnRelation(ColumnIdentifier entity,
Operator type, Term.Raw val
this(entity, null, type, value);
}
+ /**
+ * Creates a new relation.
+ *
+ * @param entity the kind of relation this is; what the term is being
compared to.
Review Comment:
I will change the names of the variables and rewrite the javadoc.
--
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]