Add RamUsage to be safe
Dieser Commit ist enthalten in:
Ursprung
85d9c87464
Commit
d706eb9e3a
@ -24,7 +24,7 @@ import java.lang.management.ManagementFactory;
|
|||||||
public class RamUsage {
|
public class RamUsage {
|
||||||
|
|
||||||
private RamUsage() {
|
private RamUsage() {
|
||||||
throw new IllegalStateException("Utility Class")
|
throw new IllegalStateException("Utility Class");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static double getUsage() {
|
public static double getUsage() {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren