mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Remove public.
This commit is contained in:
parent
86dec889f2
commit
2d9dd077e6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package com.beust.kobalt
|
||||
|
||||
public class SystemProperties {
|
||||
class SystemProperties {
|
||||
companion object {
|
||||
val javaBase = System.getProperty("java.home") ?:
|
||||
(System.getenv("JAVA_HOME") ?: throw IllegalArgumentException("JAVA_HOME not defined"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue