소스 검색

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