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_r307572200
##########
File path:
toolkit-maven-plugin/src/main/java/org/apache/servicecomb/toolkit/plugin/GenerateMojo.java
##########
@@ -76,14 +76,14 @@ public void execute() {
GenerateUtil.generateContract(project, contractOutput,
contractFileType, "default");
contractLocation = contractOutput;
if (Objects.requireNonNull(new
File(contractOutput).listFiles()).length == 0) {
- LOGGER.info("No contract in the code");
+ LOGGER.info("no contract in the code");
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:
[email protected]
With regards,
Apache Git Services