File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ internal class ScanController(
245245 * 'components/conanfile.txt'. This is because scanner interfaces receive packages as input, and this aims at
246246 * providing a deterministic ordering when choosing a reference package for packages with the same provenance.
247247 */
248- fun getPackagesConsolidatedByProvenance (): Map <KnownProvenance , List <Package >> {
249- val packagesByProvenance = mutableMapOf<KnownProvenance , MutableSet <Package >>()
248+ fun getPackagesConsolidatedByProvenance (): Map <RemoteProvenance , List <Package >> {
249+ val packagesByProvenance = mutableMapOf<RemoteProvenance , MutableSet <Package >>()
250250 val comparator = compareBy<Package , String >(PATH_STRING_COMPARATOR ) { it.id.name }.thenBy { it.id }
251251
252252 packages.forEach { pkg ->
You can’t perform that action at this time.
0 commit comments