mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] minor: remove unused method
This commit is contained in:
@@ -44,11 +44,6 @@ public class VcsLogUtil {
|
||||
return groupByRoot(refs, VcsRef::getRoot);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public static <T extends VcsShortCommitDetails> Map<VirtualFile, Set<T>> groupByRoot(@NotNull Collection<T> commits) {
|
||||
return groupByRoot(commits, VcsShortCommitDetails::getRoot);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static <T> Map<VirtualFile, Set<T>> groupByRoot(@NotNull Collection<T> items, @NotNull Function<T, VirtualFile> rootGetter) {
|
||||
Map<VirtualFile, Set<T>> map =
|
||||
|
||||
Reference in New Issue
Block a user