mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
more user-friendly message on index rebuild
This commit is contained in:
@@ -276,7 +276,7 @@ public class FileBasedIndex implements ApplicationComponent {
|
||||
FileUtil.delete(corruptionMarker);
|
||||
String rebuildNotification = null;
|
||||
if (currentVersionCorrupted) {
|
||||
rebuildNotification = "Index files on disk are corrupted, global index rebuild scheduled.";
|
||||
rebuildNotification = "Index files on disk are corrupted. Indices will be rebuilt.";
|
||||
}
|
||||
else if (versionChanged) {
|
||||
rebuildNotification = "Index file format has changed for some indices. These indices will be rebuilt.";
|
||||
|
||||
Reference in New Issue
Block a user