heyile commented on a change in pull request #861: [SCB-612]delete useless 
MicroserviceMetaManager
URL: 
https://github.com/apache/incubator-servicecomb-java-chassis/pull/861#discussion_r209417830
 
 

 ##########
 File path: 
core/src/test/java/org/apache/servicecomb/core/definition/schema/TestProducerSchemaFactory.java
 ##########
 @@ -93,8 +90,7 @@ public static void init() {
     };
     new MockUp<BeanUtils>() {
       @SuppressWarnings("unchecked")
-      @Mock
-      <T> T getBean(String name) {
+      @Mock <T> T getBean(String name) {
 
 Review comment:
   I don not know, when I use 
         @Mock
         <T> T getBean(String name) {}
   it can not pass the travis ci's check

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to