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/08/06 06:58:24 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #1277: [SCB-1392]Mutiple classes have the same APIModel,and class will occur…

liubao68 commented on a change in pull request #1277: [SCB-1392]Mutiple classes have the same APIModel,and class will occur…
URL: https://github.com/apache/servicecomb-java-chassis/pull/1277#discussion_r310906647
 
 

 ##########
 File path: swagger/swagger-generator/generator-core/src/main/java/org/apache/servicecomb/swagger/generator/core/utils/ParamUtils.java
 ##########
 @@ -17,14 +17,13 @@
 
 package org.apache.servicecomb.swagger.generator.core.utils;
 
-import java.lang.reflect.Executable;
-import java.lang.reflect.Method;
-import java.lang.reflect.Type;
-import java.util.List;
-import java.util.Map;
+import java.lang.reflect.*;
+import java.util.*;
 
 Review comment:
   Better not use * in import

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