Skip to content

Commit

Permalink
resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brycezhongqing committed Oct 17, 2024
1 parent c239573 commit fe578b8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ protected None convertResponse(None none) throws Exception
* deprecated, use {@link ConnectionManager#markDownAllServers(Callback)} instead.
*/
@Deprecated
@Override
public void markDownAllServers(final Callback<None> callback)
{
Callback<None> markDownCallback;
Expand Down Expand Up @@ -220,8 +221,10 @@ public void onSuccess(None result)
}

/**
* deprecated, use {@link ConnectionManager#markUpAllServers(Callback)} instead.
* @deprecated, use {@link ConnectionManager#markUpAllServers(Callback)} instead.
*/
@Deprecated
@Override
public void markUpAllServers(final Callback<None> callback)
{
Callback<None> markUpCallback;
Expand Down

0 comments on commit fe578b8

Please sign in to comment.