mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
do not try to merge stubs if version changed: take three
This commit is contained in:
@@ -33,7 +33,7 @@ public class StringIndex {
|
||||
}
|
||||
|
||||
public void update(final String path, @Nullable String content, @Nullable String oldContent) throws StorageException {
|
||||
myIndex.update(path.hashCode(), toInput(path, content), true).compute();
|
||||
myIndex.update(path.hashCode(), toInput(path, content)).compute();
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user