Skip to content

Commit

Permalink
Merge pull request #250 from dmsolr/patch-1
Browse files Browse the repository at this point in the history
fix delegate to the wrong method
  • Loading branch information
KeRan213539 committed Mar 29, 2021
2 parents d61ba17 + f791545 commit 400b348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void deregisterInstance(String serviceName, String groupName, String ip,
@Override
public void deregisterInstance(String serviceName, Instance instance)
throws NacosException {
delegate.registerInstance(serviceName, instance);
delegate.deregisterInstance(serviceName, instance);
}

@Override
Expand Down

0 comments on commit 400b348

Please sign in to comment.