hy00nc commented on a change in pull request #258: [NEMO-429] SWPP TEAM 21 code
smell fix
URL: https://github.com/apache/incubator-nemo/pull/258#discussion_r352972442
##########
File path:
runtime/executor/src/main/java/org/apache/nemo/runtime/executor/data/block/Block.java
##########
@@ -120,12 +118,13 @@
* If another element is written after this method is called, a new
non-committed partition should be created
* for the element even if a partition with the same key is committed
already.
*
- * @throws BlockWriteException for any error occurred while trying to commit
partitions.
+ * @throws org.apache.nemo.common.exception.BlockWriteException for any
error occurred
Review comment:
Also, instead of writing
`org.apache.nemo.common.exception.BlockWriteException`, you may use {@link ...}
:)
----------------------------------------------------------------
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]
With regards,
Apache Git Services