Skip to content

Commit c766b1e

Browse files
author
Srinivasu Majeti
committed
fixing checkstyle warning HDFS-17847
1 parent 7d4275b commit c766b1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/OfflineImageViewerPB.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ public static int run(String[] args) throws Exception {
266266
return -1;
267267
}
268268
if ((out != null) && out.checkError()) {
269-
System.err.println("CRITICAL FAILURE: PrintStream reported a write error (e.g., Disk Full).");
269+
System.err.println("CRITICAL FAILURE: PrintStream reported a write error " +
270+
"(e.g., Disk Full).");
270271
return -1;
271272
}
272273
return 0;

0 commit comments

Comments
 (0)