Преглед изворни кода

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