small corrections
This commit is contained in:
parent
002b76a33a
commit
63f0535a1b
2 changed files with 1 additions and 12 deletions
|
|
@ -116,10 +116,8 @@ public class LicenseRest {
|
|||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
System.out.println("Provided path is not a directory.");
|
||||
}
|
||||
return "OK";
|
||||
throw new RuntimeException("No configuration found for ID = " + id);
|
||||
}
|
||||
|
||||
private Properties loadProperties(String filePath) throws IOException {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue