mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] bump index version to force reindexing
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ import static com.intellij.vcs.log.util.PersistentUtil.*;
|
||||
|
||||
public class VcsLogPersistentIndex implements VcsLogIndex, Disposable {
|
||||
private static final Logger LOG = Logger.getInstance(VcsLogPersistentIndex.class);
|
||||
private static final int VERSION = 1;
|
||||
private static final int VERSION = 2;
|
||||
|
||||
@NotNull private final Project myProject;
|
||||
@NotNull private final FatalErrorHandler myFatalErrorsConsumer;
|
||||
|
||||
Reference in New Issue
Block a user