virajjasani commented on a change in pull request #2704:
URL: https://github.com/apache/hbase/pull/2704#discussion_r529665361
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterSchema.java
##########
@@ -82,8 +82,7 @@
* @param nonceKey A unique identifier for this operation from the client or
process.
* @param latch A latch to block on for precondition validation
* @return procedure id
- * @throws IOException Throws {@link ClusterSchemaException} and {@link
InterruptedIOException}
- * as well as {@link IOException}
+ * @throws IOException
Review comment:
I think removal of `@throws` might cause javadoc warnings, providing
some description here would be better. Based on impl, it seems we might not be
able to get rid of `throws` from method signature.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]