Replace assignment with operator assignment. #1538
This commit is contained in:
parent
4b26a472cc
commit
85ba2a3dce
|
|
@ -249,7 +249,7 @@ public class ImportOrderCheck
|
|||
}
|
||||
else {
|
||||
if (!Utils.endsWithChar(pkg, '.')) {
|
||||
pkg = pkg + ".";
|
||||
pkg += ".";
|
||||
}
|
||||
grp = Pattern.compile("^" + Pattern.quote(pkg));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue