|
|
@@ -233,7 +233,7 @@ public class DynamicProperties {
|
|
|
properties.setProperty(expression, value.toString());
|
|
|
}
|
|
|
}
|
|
|
- properties.store(new FileOutputStream(new File(PROPERTY_FILE_NAME)), "report properties");
|
|
|
+ properties.store(new FileOutputStream(new File(PROPERTY_FILE_NAME)), "report properties updated on");
|
|
|
} catch (IOException e) {
|
|
|
throw new IllegalStateException("配置保存失败", e);
|
|
|
}
|