You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/08/05 02:58:40 UTC

[GitHub] [incubator-hugegraph] javeme commented on a diff in pull request #1896: fix redundant Checkstyle

javeme commented on code in PR #1896:
URL: https://github.com/apache/incubator-hugegraph/pull/1896#discussion_r938402105


##########
hugegraph-hbase/src/main/java/com/baidu/hugegraph/backend/store/hbase/HbaseSessions.java:
##########
@@ -485,7 +483,7 @@ private int batchSize() {
         }
 
         private void checkBatchResults(Object[] results, List<Row> rows)
-                                       throws Throwable {
+                throws Throwable {

Review Comment:
   can we keep the origin style: align 'throws' with 'Object[]'



-- 
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: commits-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org