Skip to content

Commit

Permalink
Remove unused code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf0131 committed May 17, 2018
1 parent be92745 commit c1b6865
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@ public RegistryConfig(String address, String protocol) {
setProtocol(protocol);
}

public static void destroyAll() {
AbstractRegistryFactory.destroyAll();
}

@Deprecated
public static void closeAll() {
destroyAll();
}

public String getProtocol() {
return protocol;
}
Expand Down

0 comments on commit c1b6865

Please sign in to comment.