Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
caikang.ck committed Oct 21, 2020
1 parent 8f2a6e3 commit a471c5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions p3c-pmd/src/main/resources/rulesets/java/ali-concurrent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Positive example 3:
dfa="true"
class="com.alibaba.p3c.pmd.lang.java.rule.concurrent.AvoidCallStaticSimpleDateFormatRule">
<description>java.concurrent.AvoidCallStaticSimpleDateFormatRule.rule.desc</description>

<priority>2</priority>
<example>
<![CDATA[
Positive example 1:
Expand Down Expand Up @@ -163,7 +163,6 @@ Positive example 3:
};
]]>
</example>
<priority>2</priority>
</rule>

<rule name="ThreadLocalShouldRemoveRule"
Expand Down

0 comments on commit a471c5f

Please sign in to comment.