File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ The Load Properties Utility can be used to retrieve values from a properties fil
77- [ Utility Guide: Load Properties] ( #utility-guide-load-properties )
88 - [ Table of Contents] ( #table-of-contents )
99 - [ How This Works] ( #how-this-works )
10- - [ ----------------------------------] ( #---------------------------------- )
11- - [ EXAMPLE VALUES] ( #example-values )
12- - [ ----------------------------------] ( #-----------------------------------1 )
13- - [ Reasoning for storing values in the properties file] ( #reasoning-for-storing-values-in-the-properties-file )
10+ - [ EXAMPLE VALUES] ( #example-values )
1411 - [ Using the Load Properties Utility] ( #using-the-load-properties-utility )
1512 - [ Example Usage] ( #example-usage )
1613
@@ -30,13 +27,11 @@ To ensure that there are no mistakes when providing this input there are two add
3027
3128To add values to the properties file follow the format:
3229
33- # ----------------------------------
34- # EXAMPLE VALUES
35- # ----------------------------------
30+ ## EXAMPLE VALUES
3631example_value_1=value1
3732example_value_2=value2
3833
39- ## Reasoning for storing values in the properties file
34+ Reasoning for storing values in the properties file:
4035
41361 . Properties files use key-value pairs because they provide a simple, organized, and flexible way to store configuration data.
4237
You can’t perform that action at this time.
0 commit comments