mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[vcs-log] rename parameters
This commit is contained in:
@@ -9,8 +9,8 @@ interface VcsLogFilterer {
|
||||
|
||||
fun canFilterEmptyPack(filters: VcsLogFilterCollection): Boolean
|
||||
|
||||
fun filter(pack: DataPack,
|
||||
type: PermanentGraph.SortType,
|
||||
fun filter(dataPack: DataPack,
|
||||
sortType: PermanentGraph.SortType,
|
||||
filters: VcsLogFilterCollection,
|
||||
count: CommitCountStage): Pair<VisiblePack, CommitCountStage>
|
||||
commitCount: CommitCountStage): Pair<VisiblePack, CommitCountStage>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user