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 2018/06/28 00:57:00 UTC

[GitHub] fangnoo commented on a change in pull request #778: [SCB-699] add schemaIds field in register.yaml when mock the Local se…

fangnoo commented on a change in pull request #778: [SCB-699] add schemaIds field in register.yaml when mock the Local se…
URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/778#discussion_r198682640
 
 

 ##########
 File path: service-registry/src/main/java/org/apache/servicecomb/serviceregistry/client/LocalServiceRegistryClientImpl.java
 ##########
 @@ -118,14 +118,19 @@ private void initFromData(Map<String, Object> data) {
         String appId = (String) serviceConfig.get("appid");
         String version = (String) serviceConfig.get("version");
         String serviceId = (String) serviceConfig.get("id");
-
+        @SuppressWarnings("unchecked")
 
 Review comment:
   added

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


With regards,
Apache Git Services