mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
advanced IdCache index due to php word scanner change
This commit is contained in:
@@ -84,7 +84,7 @@ public class IdIndex extends FileBasedIndexExtension<IdIndexEntry, Integer> {
|
||||
};
|
||||
|
||||
public int getVersion() {
|
||||
return 8;
|
||||
return 9; // TODO: version should enumerate all word scanner versions and build version upon that set
|
||||
}
|
||||
|
||||
public boolean dependsOnFileContent() {
|
||||
|
||||
Reference in New Issue
Block a user