maedhroz commented on code in PR #2105:
URL: https://github.com/apache/cassandra/pull/2105#discussion_r1087170441
##########
src/java/org/apache/cassandra/cql3/restrictions/RestrictionSet.java:
##########
@@ -105,6 +105,15 @@ public List<ColumnMetadata> getColumnDefs()
return new ArrayList<>(restrictions.keySet());
}
+ /**
+ * @return a direct reference to the key set from {@link #restrictions}
with no defenseive copying
Review Comment:
see
https://www.oracle.com/technical-resources/articles/java/javadoc-tool.html#format
tl;dr I think the spirit of the official formatting style there is that the
`@return` is sort of like the first word in a "sentence"
--
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]