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 31, 2023
1 parent 2f14cb5 commit 0685226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import io.quarkus.arc.ArcInvocationContext;

/**
*
*
* @see ArcInvocationContext#getInterceptorBindings()
*/
public final class InterceptorBindings {
Expand Down
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 0685226

Please sign in to comment.