Skip to content

Commit 8783bbb

Browse files
committed
java code format
1 parent 4e703c3 commit 8783bbb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

common/src/main/java/net/qihoo/hbox/conf/HboxConfiguration.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ public class HboxConfiguration extends YarnConfiguration {
2525
static {
2626
try {
2727
// load JobConf (mapred-site.xml) before hbox conf
28-
Class.forName("org.apache.hadoop.mapred.JobConf", true, Thread.currentThread().getContextClassLoader());
28+
Class.forName(
29+
"org.apache.hadoop.mapred.JobConf",
30+
true,
31+
Thread.currentThread().getContextClassLoader());
2932
} catch (final ClassNotFoundException ignore) {
3033
}
3134
YarnConfiguration.addDefaultResource(HBOX_DEFAULT_XML_FILE);

0 commit comments

Comments
 (0)