Closed HeartPattern closed 2 years ago
It does, see Boolean.getBoolean documentation/implementation
public static boolean getBoolean(String name) {
boolean result = false;
try {
result = parseBoolean(System.getProperty(name));
} catch (IllegalArgumentException | NullPointerException e) {
}
return result;
}
(Kneny beat me to the close)
Fix paperclip.patchonly does not use system property