Get rid of local version of RemoveModifierFix

This commit is contained in:
Mikhail Glukhikh
2017-05-03 19:04:13 +03:00
parent 02345670b2
commit 1d722e01f0
9 changed files with 14 additions and 49 deletions
@@ -1,3 +1,3 @@
// "Remove redundant visibility modifier" "true"
// "Remove redundant 'public' modifier" "true"
<caret>public class C {
}