Skip to content

Commit

Permalink
ArC - reduce the visibility of ArcContextProvider.NOOP_CONTROLLER
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Mar 29, 2023
1 parent fc289f1 commit 69a743c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
public class ArcContextProvider implements ThreadContextProvider {

protected static final ThreadContextController NOOP_CONTROLLER = new ThreadContextController() {
private static final ThreadContextController NOOP_CONTROLLER = new ThreadContextController() {
@Override
public void endContext() throws IllegalStateException {
}
Expand Down

0 comments on commit 69a743c

Please sign in to comment.