瀏覽代碼

modify properties comments

sunyj 8 年之前
父節點
當前提交
1c47a69e78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      report/src/main/java/com/uas/report/DynamicProperties.java

+ 1 - 1
report/src/main/java/com/uas/report/DynamicProperties.java

@@ -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);
         }