for issue#2196 (#2197)

for issue#2196
This commit is contained in:
2019-01-23 18:55:38 +08:00 committed by 吴晟 Wu Sheng
parent b9fa6a3c47
commit c704ee0f68
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ public class RegisterServiceHandler extends RegisterGrpc.RegisterImplBase implem
switch (key) {
case HOST_NAME:
instanceProperties.addProperty(HOST_NAME, property.getValue());
break;
case OS_NAME:
instanceProperties.addProperty(OS_NAME, property.getValue());
break;