mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
VFS version advanced
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ import java.util.concurrent.ScheduledFuture;
|
||||
public class FSRecords implements Forceable {
|
||||
private static final Logger LOG = Logger.getInstance("#com.intellij.vfs.persistent.FSRecords");
|
||||
|
||||
private static final int VERSION = 12;
|
||||
private static final int VERSION = 13;
|
||||
|
||||
private static final int PARENT_OFFSET = 0;
|
||||
private static final int PARENT_SIZE = 4;
|
||||
|
||||
Reference in New Issue
Block a user