Skip to content

Commit dc160cf

Browse files
committed
fix checkstyle.
1 parent dbaf572 commit dc160cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-httpfs/dev-support/findbugsExcludeFile.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@
3535
<Method name="closeFileSystem" />
3636
<Bug pattern="NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE" />
3737
</Match>
38+
<Match>
39+
<Class name="org.apache.hadoop.fs.http.client.HttpFSFileSystem" />
40+
<Method name="getXAttr" />
41+
<Bug pattern="RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE" />
42+
</Match>
3843
</FindBugsFilter>

0 commit comments

Comments
 (0)