Skip to content

Commit

Permalink
Testing the GH action
Browse files Browse the repository at this point in the history
For testing only

Signed-off-by: Yihong Wang <[email protected]>
  • Loading branch information
yhwang committed Dec 16, 2024
1 parent f039442 commit b58da1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class HttpServerBinder

private HttpServerBinder(Binder binder)
{
this.binder = requireNonNull(binder, "binder is null").skipSources(getClass());
this.binder = requireNonNull(binder, "binder is null(for testing)").skipSources(getClass());
}

public static HttpServerBinder httpServerBinder(Binder binder)
Expand Down

0 comments on commit b58da1b

Please sign in to comment.