Skip to content

Commit

Permalink
Add setter for ready in DubboBootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
nickwongwong authored Mar 7, 2021
1 parent 3c2282d commit a65ec09
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1404,4 +1404,8 @@ private SslConfig getSsl() {
ssl.refresh();
return ssl;
}

public void setReady(boolean ready) {
this.ready.set(ready);
}
}

0 comments on commit a65ec09

Please sign in to comment.