wujimin commented on a change in pull request #1013:
[SCB-1047]microservice.yaml service_description.version support form…
URL:
https://github.com/apache/servicecomb-java-chassis/pull/1013#discussion_r238552123
##########
File path:
service-registry/src/main/java/org/apache/servicecomb/serviceregistry/version/VersionRuleUtils.java
##########
@@ -54,7 +54,6 @@ public static VersionRule create(String strVersionRule) {
return versionRule;
}
}
-
- throw new IllegalStateException("never run to here");
+ throw new IllegalStateException("config service_description.version is
invalid ");
Review comment:
why versionRule relate to "service_description.version"?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services