Skip to content

Commit aa5e405

Browse files
committed
fix checkstyle.
1 parent 730103e commit aa5e405

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hadoop-yarn-project/hadoop-yarn/dev-support/findbugs-exclude.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -726,12 +726,4 @@
726726
<Package name="org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.placement.schema" />
727727
</Match>
728728

729-
<!-- The ServiceScheduler#createConfigFileCache method uses the `load` method,
730-
which is not allowed to return null; we can ignore it here. -->
731-
<Match>
732-
<Class name="org.apache.hadoop.yarn.service.ServiceScheduler"/>
733-
<Method name="$1.load(ConfigFile)" />
734-
<Bug pattern="NP_NONNULL_RETURN_VIOLATION"/>
735-
</Match>
736-
737729
</FindBugsFilter>

0 commit comments

Comments
 (0)