Skip to content

Commit

Permalink
docs(ort-utils): Fix environment property descriptions
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 12, 2024
1 parent 65f58c3 commit f2f2f7c
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 @@ -40,7 +40,7 @@ data class Environment(
val buildJdk: String = BUILD_JDK,

/**
* The version of Java used.
* The version of Java used to run ORT.
*/
val javaVersion: String = System.getProperty("java.version"),

Expand Down Expand Up @@ -78,7 +78,7 @@ data class Environment(
val ORT_VERSION by lazy { this::class.java.`package`.implementationVersion ?: "IDE-SNAPSHOT" }

/**
* The version of the OSS Review Toolkit as a string.
* The version of Java used to build ORT.
*/
val BUILD_JDK: String by lazy {
runCatching {
Expand Down

0 comments on commit f2f2f7c

Please sign in to comment.