mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 08:45:34 +07:00
do not try to merge stubs if version changed: reverted
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