mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
adding space in print ln
This commit is contained in:
parent
e49e57beb3
commit
f141836cba
@ -178,7 +178,7 @@ public class TryIt {
|
||||
* @param hint - property name
|
||||
*/
|
||||
private void sysPropertyError(String property, String hint) {
|
||||
System.out.println("Unable to get the" + property + "property of your system (" + hint + ")");
|
||||
System.out.println("Unable to get the " + property + " property of your system (" + hint + ")");
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user