Ver Fonte

modify properties comments

sunyj há 8 anos atrás
pai
commit
1c47a69e78

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