Skip to content

Commit

Permalink
Fix checkstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
szetszwo committed Aug 20, 2024
1 parent f62c3fe commit 2a15018
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ public void testCustomizedCallbackMethod() throws Exception {
LambdaTestUtils.intercept(IOException.class, () -> runTest(conf, callbacks));
}

static void runTest(Configuration conf, Callback... callbacks) throws IOException, UnsupportedCallbackException {
static void runTest(Configuration conf, Callback... callbacks)
throws IOException, UnsupportedCallbackException {
new SaslServerCallbackHandler(conf, String::toCharArray).handle(callbacks);
}
}

0 comments on commit 2a15018

Please sign in to comment.