Skip to content

Commit 2a15018

Browse files
committed
Fix checkstyle.
1 parent f62c3fe commit 2a15018

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/protocol/datatransfer/sasl/TestCustomizedCallbackHandler.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ public void testCustomizedCallbackMethod() throws Exception {
110110
LambdaTestUtils.intercept(IOException.class, () -> runTest(conf, callbacks));
111111
}
112112

113-
static void runTest(Configuration conf, Callback... callbacks) throws IOException, UnsupportedCallbackException {
113+
static void runTest(Configuration conf, Callback... callbacks)
114+
throws IOException, UnsupportedCallbackException {
114115
new SaslServerCallbackHandler(conf, String::toCharArray).handle(callbacks);
115116
}
116117
}

0 commit comments

Comments
 (0)