From 01472206d3cb1513781d40f2c99e7c159656930e Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 29 Dec 2024 18:48:26 +0100 Subject: [PATCH] Add null notice to KDoc of Environment --- .../de/staropensource/engine/base/utility/Environment.kt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt b/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt index d7c3770..fae71cf 100644 --- a/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt +++ b/base/src/main/kotlin/de/staropensource/engine/base/utility/Environment.kt @@ -31,6 +31,11 @@ import oshi.hardware.HardwareAbstractionLayer * Provides information about the * environment the application runs in. * + * All methods contained in this class + * have the ability to return `null`. + * They will however only do so if the + * engine is not initialized. + * * @constructor Initializes this class * @since v1-alpha10 */