Skip to content

Commit

Permalink
make RefreshablePropertySource refresh public
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhangjian committed Mar 6, 2023
1 parent e0cfa4a commit 1d2f7e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ public Object getProperty(String name) {
/**
* refresh property
*/
protected abstract void refresh();
public abstract void refresh();

}

0 comments on commit 1d2f7e6

Please sign in to comment.