small corrections

This commit is contained in:
petre.rosioru 2025-03-11 18:30:27 +02:00
parent 002b76a33a
commit 63f0535a1b
2 changed files with 1 additions and 12 deletions

View file

@ -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 {