Skip to content

Commit

Permalink
[type:fix] fix nacosServiceInstance scheme npe (#3545)
Browse files Browse the repository at this point in the history
* fix nacos scheme npe
  • Loading branch information
moremind authored and ruansheng8 committed Feb 23, 2024
1 parent 2d107bf commit d176c67
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ public Map<String, String> getMetadata() {
return metadata;
}

@Override
public String getScheme() {
return getUri().getScheme();
}

public void setServiceId(String serviceId) {
this.serviceId = serviceId;
}
Expand Down

0 comments on commit d176c67

Please # to comment.