Skip to content

Commit

Permalink
fix: remove deprecated attribute in findbugs.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Feb 16, 2020
1 parent 3de9584 commit cb04445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:noNamespaceSchemaLocation="findbugsplugin.xsd"
pluginid="${groupId}.${artifactId}">

<Detector class="${package}.MyDetector" reports="MY_BUG" speed="fast" />
<Detector class="${package}.MyDetector" reports="MY_BUG" />

<BugPattern abbrev="MY" type="MY_BUG" category="CORRECTNESS" />
</FindbugsPlugin>

0 comments on commit cb04445

Please sign in to comment.