made public back for scala

This commit is contained in:
Alexey Kudravtsev
2015-05-21 16:44:04 +03:00
parent fe18f46534
commit e048866da8

View File

@@ -65,7 +65,8 @@ public class FileStatusMap implements Disposable {
}
@Nullable("null means the file is clean")
static TextRange getDirtyTextRange(@NotNull Editor editor, int passId) {
// used in scala
public static TextRange getDirtyTextRange(@NotNull Editor editor, int passId) {
Document document = editor.getDocument();
FileStatusMap me = DaemonCodeAnalyzerEx.getInstanceEx(editor.getProject()).getFileStatusMap();