Skip to content

Commit

Permalink
docs(ort-utils): Align wording of Environment property docs
Browse files Browse the repository at this point in the history
Align on the wording of the corresponding static properties.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 27, 2024
1 parent e18b08e commit c363749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/ort/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ import org.ossreviewtoolkit.utils.common.Os
*/
data class Environment(
/**
* The version of ORT used.
* The version of the OSS Review Toolkit as a string.
*/
val ortVersion: String = ORT_VERSION,

/**
* The JDK version ORT was built with.
* The version of Java used to build ORT.
*/
val buildJdk: String = BUILD_JDK,

Expand Down

0 comments on commit c363749

Please sign in to comment.