You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/02/21 02:03:54 UTC

[GitHub] [iotdb] sunjincheng121 opened a new pull request #2706: [IOTDB-1168] Remove duplicated-throws

sunjincheng121 opened a new pull request #2706:
URL: https://github.com/apache/iotdb/pull/2706


     Remove duplicated-throws,e.g.: `throws IoTDBConnectionException, BatchExecutionException, StatementExecutionException`
   Remove `BatchExecutionException` due to there is a more general exception, 'org.apache.iotdb.rpc.StatementExecutionException', in the throws list already.
   
   using `mvn spotless:check ` and `mvn spotless:apply` format code.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [iotdb] jixuan1989 merged pull request #2706: [IOTDB-1168] Remove duplicated-throws

Posted by GitBox <gi...@apache.org>.
jixuan1989 merged pull request #2706:
URL: https://github.com/apache/iotdb/pull/2706


   


----------------------------------------------------------------
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:
users@infra.apache.org