mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[file-history] correct comment
This commit is contained in:
@@ -123,10 +123,10 @@ public class FileHistoryUi extends AbstractVcsLogUi {
|
||||
}
|
||||
}
|
||||
if (!changes.isEmpty()) {
|
||||
// file was deleted
|
||||
return VcsFileRevision.NULL;
|
||||
}
|
||||
}
|
||||
// this is ok, file was deleted here
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user