Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
骏烈 committed Dec 12, 2017
1 parent 35d8da1 commit 8215bc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.util.Map;
import java.util.Properties;


import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Positive example 3:
<rule name="AvoidManuallyCreateThreadRule"
language="java"
since="1.6"
message="java.concurrent.AvoidConcurrentCompetitionRandomRule.rule.msg"
message="java.concurrent.AvoidManuallyCreateThreadRule.rule.msg"
dfa="true"
class="com.alibaba.p3c.pmd.lang.java.rule.concurrent.AvoidManuallyCreateThreadRule">
<description>java.concurrent.AvoidManuallyCreateThreadRule.rule.desc</description>
Expand Down

0 comments on commit 8215bc0

Please sign in to comment.