mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] minor: NotNull annotation
This commit is contained in:
@@ -51,6 +51,7 @@ public class RefsModel implements VcsLogRefs {
|
||||
myRootsToHeadIndices = prepareRootsMap(heads, hashMap);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static TIntObjectHashMap<VirtualFile> prepareRootsMap(@NotNull Set<Integer> heads, @NotNull VcsLogHashMap hashMap) {
|
||||
TIntObjectHashMap<VirtualFile> map = new TIntObjectHashMap<VirtualFile>();
|
||||
for (Integer head : heads) {
|
||||
|
||||
Reference in New Issue
Block a user