Minor: rename

This commit is contained in:
Natalia Ukhorskaya
2014-12-24 13:08:48 +03:00
parent 3b81d63334
commit b709baa9b4
6 changed files with 14 additions and 14 deletions
@@ -191,7 +191,7 @@ public class JvmCodegenUtil {
private static boolean isDebuggerContext(@NotNull MethodContext context) {
JetFile file = DescriptorToSourceUtils.getContainingFile(context.getContextDescriptor());
return file != null && CodeFragmentUtilPackage.getSkipVisibilityCheck(file);
return file != null && CodeFragmentUtilPackage.getSuppressDiagnosticsInDebugMode(file);
}
@NotNull