Skip to content

Commit 99470a0

Browse files
committed
checkstyle fix
1 parent 8b7539a commit 99470a0

File tree

1 file changed

+4
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs

1 file changed

+4
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDFSShell.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,10 @@ public void checkPermission(Permission perm) {
592592

593593
firstTime = false;
594594
copy2ndFileThread.start();
595-
try {Thread.sleep(5000);} catch (InterruptedException e) {}
595+
try {
596+
Thread.sleep(5000);
597+
} catch (InterruptedException e) {
598+
}
596599
}
597600
}
598601
}

0 commit comments

Comments
 (0)