maedhroz commented on code in PR #3095:
URL: https://github.com/apache/cassandra/pull/3095#discussion_r1588598741


##########
src/java/org/apache/cassandra/cql3/restrictions/Restriction.java:
##########
@@ -31,28 +31,32 @@
  */
 public interface Restriction
 {
-    public default boolean isOnToken()
+    /**
+     * Checks if this restriction is a token restriction.
+     * @return {@code true} if this restriction is a token restriction, {@code 
false} otherwise
+     */
+    default boolean isOnToken()
     {
         return false;
     }
 
     /**
-     * Returns the definition of the first column.
-     * @return the definition of the first column.
+     * Returns the column metadata in position order.
+     * @return the column metadata in position order.

Review Comment:
   nit: Again, I guess this patch doesn't introduce it, but the description and 
`@returns` content seem redundant



-- 
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]

Reply via email to