From b58da1b93373f94ed319bb6259957c24f211d824 Mon Sep 17 00:00:00 2001 From: Yihong Wang Date: Mon, 16 Dec 2024 13:32:01 -0800 Subject: [PATCH] Testing the GH action For testing only Signed-off-by: Yihong Wang --- .../java/com/facebook/airlift/http/server/HttpServerBinder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-server/src/main/java/com/facebook/airlift/http/server/HttpServerBinder.java b/http-server/src/main/java/com/facebook/airlift/http/server/HttpServerBinder.java index 078cde728a..02eefb8c3c 100644 --- a/http-server/src/main/java/com/facebook/airlift/http/server/HttpServerBinder.java +++ b/http-server/src/main/java/com/facebook/airlift/http/server/HttpServerBinder.java @@ -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)