Add null notice to KDoc of Environment
This commit is contained in:
parent
2ae5c3665e
commit
01472206d3
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ import oshi.hardware.HardwareAbstractionLayer
|
||||||
* Provides information about the
|
* Provides information about the
|
||||||
* environment the application runs in.
|
* 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
|
* @constructor Initializes this class
|
||||||
* @since v1-alpha10
|
* @since v1-alpha10
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue