Skip to content

Commit

Permalink
fix checkstyle warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
hfutatzhanghb committed Jun 15, 2023
1 parent 078150c commit 1952264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ public void testTrashEmptierWithNonCheckpointDir() throws Exception {
Thread.sleep(18000);

Path trashDir = shell.getCurrentTrashDir();
FileStatus files[] = fs.listStatus(trashDir.getParent());
FileStatus[] files = fs.listStatus(trashDir.getParent());
assertTrue(files.length <= 1);
emptierThread.interrupt();
emptierThread.join();
Expand Down

0 comments on commit 1952264

Please sign in to comment.