From c35e1539a0de53d84675ea6f4bf6c6557452d019 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Wed, 1 Jan 2025 16:25:30 +0900 Subject: [PATCH] remove incorrect scaladoc `param` tag --- .../main/scala/sbt/librarymanagement/DependencyResolution.scala | 1 - main-actions/src/main/scala/sbt/Pkg.scala | 2 -- 2 files changed, 3 deletions(-) diff --git a/lm-core/src/main/scala/sbt/librarymanagement/DependencyResolution.scala b/lm-core/src/main/scala/sbt/librarymanagement/DependencyResolution.scala index 19e5718d4..21c2b946b 100644 --- a/lm-core/src/main/scala/sbt/librarymanagement/DependencyResolution.scala +++ b/lm-core/src/main/scala/sbt/librarymanagement/DependencyResolution.scala @@ -27,7 +27,6 @@ class DependencyResolution private[sbt] (lmEngine: DependencyResolutionInterface * @param moduleId The root module for which to create a `ModuleDescriptor`. * @param directDependencies The direct dependencies of the module. * @param scalaModuleInfo The information about the Scala version used, if any. - * @param configurations The configurations that this module has. * @return A `ModuleDescriptor` describing a subproject and its dependencies. */ def moduleDescriptor( diff --git a/main-actions/src/main/scala/sbt/Pkg.scala b/main-actions/src/main/scala/sbt/Pkg.scala index d0d969dcb..f4ff5cb66 100644 --- a/main-actions/src/main/scala/sbt/Pkg.scala +++ b/main-actions/src/main/scala/sbt/Pkg.scala @@ -137,7 +137,6 @@ object Pkg: /** * @param conf the package configuration that should be build - * @param cacheStoreFactory used for jar caching. We try to avoid rebuilds as much as possible * @param log feedback for the user */ def apply(conf: Configuration, converter: FileConverter, log: Logger): VirtualFile = @@ -145,7 +144,6 @@ object Pkg: /** * @param conf the package configuration that should be build - * @param cacheStoreFactory used for jar caching. We try to avoid rebuilds as much as possible * @param log feedback for the user * @param time static timestamp to use for all entries, if any. */