очистка отладочной печати. тоже кое-что накопилось.
This commit is contained in:
@@ -69,7 +69,6 @@ public class Utils_ {
|
||||
public static JsonObject getPropertiesAsJsonObject() throws Exception {
|
||||
File propertiesFile = new File(System.getProperty("user.dir"), "properties");
|
||||
if (!propertiesFile.exists()) {
|
||||
System.out.println("Файл properties не найден!");
|
||||
return null;
|
||||
}
|
||||
String packed = FileUtils.readFileToString(propertiesFile, Charset.defaultCharset());
|
||||
|
||||
Reference in New Issue
Block a user