Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
##
## DO NOT EDIT THIS FILE.
## DO NOT DELETE THIS FILE.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The change from DO NOT EDIT to DO NOT DELETE makes the comment less clear. The following lines explain how to update the properties by creating a separate file, which is an alternative to editing this one. Therefore, the original DO NOT EDIT instruction was more direct and relevant to the context of overriding properties. While deleting the file may also be undesirable, the primary action a developer would consider for updating properties is editing, which the original comment correctly advised against. Reverting this change would improve clarity for developers.

## DO NOT EDIT THIS FILE.

##
## To update the properties of this file, create a separate properties file
## named "test.${user.name}.properties" with the properties to overwrite.
Expand Down