Skip to content

Commit

Permalink
Issue checkstyle#7802: mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
wltan committed Mar 11, 2020
1 parent 37b2a14 commit 52eab4d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -813,7 +813,7 @@ private static RuleMatchForImport findBetterPatternMatch(String importPath, Stri
final int length = matcher.end() - matcher.start();
if (length > betterMatchCandidate.matchLength
|| length == betterMatchCandidate.matchLength
&& matcher.start() < betterMatchCandidate.matchPosition) {
&& false) {
betterMatchCandidate = new RuleMatchForImport(group, length, matcher.start());
}
}
Expand Down

0 comments on commit 52eab4d

Please sign in to comment.