Skip to content

Commit

Permalink
issue#4570:RegistryProtocol.DestroyableExporter_modifiers_order (apac…
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyKot authored and beiwei30 committed Jul 17, 2019
1 parent d663ad4 commit 22670b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ public Invoker<T> getInvoker() {
}
}

static private class DestroyableExporter<T> implements Exporter<T> {
private static class DestroyableExporter<T> implements Exporter<T> {

private Exporter<T> exporter;

Expand Down

0 comments on commit 22670b2

Please sign in to comment.