mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
less strict check for vfs initialized state
This commit is contained in:
+1
-1
@@ -564,7 +564,7 @@ public class FSRecords {
|
||||
}
|
||||
|
||||
private static ResizeableMappedFile getRecords() {
|
||||
assert DbConnection.ourInitialized;
|
||||
assert DbConnection.myRecords != null:"Vfs should be initialized";
|
||||
return DbConnection.myRecords;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user