Removed unneeded params for index

This commit is contained in:
Šesták Vít
2016-05-05 12:14:19 +02:00
parent af5577cd7e
commit f3f85128b4
2 changed files with 15 additions and 15 deletions

View File

@@ -1,12 +1,12 @@
@(
vulnerableDependencies: Seq[GroupedDependency],
unclassifiedDependencies: Seq[(Int, Library)],
//vulnerableDependencies: Seq[GroupedDependency],
//unclassifiedDependencies: Seq[(Int, Library)],
warnings: Seq[Warning],
groupedDependencies: Seq[GroupedDependency],
dependenciesForLibraries: Map[PlainLibraryIdentifier, Set[GroupedDependency]],
allTags: Seq[(Int, LibraryTag)],
relatedDependenciesTags: Map[Int, Set[LibraryTagAssignment]],
librariesForTagsWithWarning: SortedMap[(Int, LibraryTag), Seq[(Int, Library)]],
//groupedDependencies: Seq[GroupedDependency],
//dependenciesForLibraries: Map[PlainLibraryIdentifier, Set[GroupedDependency]],
//allTags: Seq[(Int, LibraryTag)],
//relatedDependenciesTags: Map[Int, Set[LibraryTagAssignment]],
//librariesForTagsWithWarning: SortedMap[(Int, LibraryTag), Seq[(Int, Library)]],
lastRefreshTime: DateTime,
versions: Map[String, Int]
)(implicit req: DefaultRequest, snoozes: SnoozesInfo , messages: Messages)