From 00b313d6ffeadec14ba22484cbb880bdf8e07092 Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki Date: Mon, 13 Apr 2020 15:32:15 +0900 Subject: [PATCH] HDFS-15048. Fix findbug in DirectoryScanner. Contributed by Sean Chow. --- .../hadoop-hdfs/dev-support/findbugsExcludeFile.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml b/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml index 53897acbf21..dad64512ef5 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml +++ b/hadoop-hdfs-project/hadoop-hdfs/dev-support/findbugsExcludeFile.xml @@ -246,4 +246,9 @@ + + + + +