You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/07/26 03:05:40 UTC

[GitHub] [servicecomb-toolkit] WillemJiang commented on a change in pull request #9: SCB-1383 support toolkit maven plugin commands that generating code

WillemJiang commented on a change in pull request #9: SCB-1383 support toolkit maven plugin commands that generating code
URL: https://github.com/apache/servicecomb-toolkit/pull/9#discussion_r307572288
 
 

 ##########
 File path: toolkit-maven-plugin/src/main/java/org/apache/servicecomb/toolkit/plugin/GenerateMojo.java
 ##########
 @@ -92,7 +92,20 @@ public void execute() {
 
         break;
       default:
-        throw new RuntimeException("source type " + sourceType + " is not supported");
+        throw new RuntimeException("not support source type " + sourceType);
 
 Review comment:
   异常信息首字母也是需要大写。

----------------------------------------------------------------
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


With regards,
Apache Git Services