ekaterinadimitrova2 commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1375055240
##########
src/java/org/apache/cassandra/schema/SchemaKeyspace.java:
##########
@@ -67,7 +67,7 @@
* system_schema.* tables and methods for manipulating them.
*
* Please notice this class is _not_ thread safe and all methods which reads
or updates the data in schema keyspace
- * should be accessed only from the implementation of {@link
SchemaUpdateHandler} in synchronized blocks.
+ * should be accessed only from the implementation of {SchemaUpdateHandler} in
synchronized blocks.
Review Comment:
It seems Java doc around Schema needs a re-write at more places. There is no
`SchemaUpdateHandler` anymore
--
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]