Skip to content

Commit

Permalink
Closeable interface remove public (#4971)
Browse files Browse the repository at this point in the history
  • Loading branch information
haoyann authored Mar 1, 2021
1 parent d8dbf54 commit 6870e57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ public interface Closeable {
*
* @throws NacosException exception.
*/
public void shutdown() throws NacosException;
void shutdown() throws NacosException;

}

0 comments on commit 6870e57

Please sign in to comment.