Skip to content

Commit

Permalink
fix: misformed refactoring of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pepper-jk committed Jun 26, 2024
1 parent d4c5958 commit bc2d7f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helper-cli/src/main/kotlin/utils/Extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ internal fun String.wrapAt(column: Int): String =
}.trimEnd()

/**
* Return a copy of this [OrtResult] with the [config] with the content of the given
* Return a copy of this [OrtResult] with the [Repository.config] with the content of the given
* [repositoryConfigurationFile].
*/
internal fun OrtResult.replaceConfig(repositoryConfigurationFile: File?): OrtResult =
Expand Down
2 changes: 1 addition & 1 deletion model/src/main/kotlin/OrtResult.kt
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ data class OrtResult(
fun isProject(id: Identifier): Boolean = getProject(id) != null

/**
* Return a copy of this [OrtResult] with the [config] replaced by [config]. The package curations
* Return a copy of this [OrtResult] with the [Repository.config] replaced by [config]. The package curations
* within the given config only take effect in case the corresponding feature was enabled during the initial
* creation of this [OrtResult].
*/
Expand Down
2 changes: 1 addition & 1 deletion model/src/main/kotlin/licenses/LicenseInfo.kt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ data class Findings(
* The root path of the locations of the [licenses] and [copyrights] relative to the paths used in the
* [licenseFindingCurations] and [pathExcludes]. An empty string, if all refer to the same root path.
*
* The roots can be different in case of projects inside nested repositories (see [nestedRepositories]),
* The roots can be different in case of projects inside nested repositories (see [Repository.nestedRepositories]),
* where the license and copyright finding locations are relative to the nested repository, but the
* [licenseFindingCurations] and [pathExcludes] are relative to the root repository, because they are configured in
* the [RepositoryConfiguration] of the root repository.
Expand Down

0 comments on commit bc2d7f6

Please sign in to comment.