fix compilation

This commit is contained in:
Dmitry Jemerov
2015-10-01 20:04:07 +02:00
parent 7bc3161e2f
commit 4ee1b4da84
@@ -332,6 +332,6 @@ public class QuickFixRegistrar : QuickFixContributor {
OPERATOR_MODIFIER_REQUIRED.registerFactory(OperatorModifierFixFactory)
UNDESCORE_IS_DEPRECATED.registerFactory(RenameUnderscoreFix)
UNDERSCORE_IS_DEPRECATED.registerFactory(RenameUnderscoreFix)
}
}