File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
api/v1/model/src/commonMain/kotlin
model/src/commonMain/kotlin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ data class AnalyzerJobConfiguration(
7575 val enabledPackageManagers : List <String >? = null ,
7676
7777 /* *
78- * An optional [EnvironmentConfig] to be used for this run. If this configuration is defined, it replaces the
79- * configuration defined in the repository (if any).
78+ * An additional [EnvironmentConfig] to be used for this run. If this configuration is defined, it is merged with
79+ * the configuration defined in the repository (if any).
8080 */
8181 val environmentConfig : EnvironmentConfig ? = null ,
8282
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ data class AnalyzerJobConfiguration(
8282 val enabledPackageManagers : List <String >? = null ,
8383
8484 /* *
85- * An optional [EnvironmentConfig] to be used for this run. If this configuration is defined, it replaces the
86- * configuration defined in the repository (if any).
85+ * An additional [EnvironmentConfig] to be used for this run. If this configuration is defined, it is merged with
86+ * the configuration defined in the repository (if any).
8787 */
8888 val environmentConfig : EnvironmentConfig ? = null ,
8989
You can’t perform that action at this time.
0 commit comments