liyuheng55555 commented on code in PR #10988:
URL: https://github.com/apache/iotdb/pull/10988#discussion_r1309794219


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/conf/SystemPropertiesUtils.java:
##########
@@ -401,7 +401,7 @@ private static synchronized Properties 
getSystemProperties() throws IOException
   private static synchronized void storeSystemProperties(Properties 
systemProperties)
       throws IOException {
     try (FileOutputStream fileOutputStream = new 
FileOutputStream(systemPropertiesFile)) {
-      systemProperties.store(fileOutputStream, "");
+      systemProperties.store(fileOutputStream, " DO NOT MODIFY THIS FILE !!!");

Review Comment:
   That's more accurate !!!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to