File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +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- - [ EXAMPLE VALUES ] ( #example-values )
10+ - [ Adding to the Properties File ] ( #adding-to-the-properties-file )
1111 - [ Using the Load Properties Utility] ( #using-the-load-properties-utility )
1212 - [ Example Usage] ( #example-usage )
1313
@@ -25,12 +25,17 @@ To ensure that there are no mistakes when providing this input there are two add
25251 . ` get_smokescreen_properties() ` : Which will load ` self.smokescreen_properties_file `
26262 . ` get_general_properties() ` : Which will load ` self.general_properties_file `
2727
28- To add values to the properties file follow the format:
28+ ## Adding to the Properties File
2929
30- ## EXAMPLE VALUES
30+ To add values to the properties file follow the format:
3131
32+ ``` java
33+ # ----------------------------------
34+ # Example Values
35+ # ----------------------------------
3236example_value_1= value1
3337example_value_2= value2
38+ ```
3439
3540** Reasoning for storing values in the properties file:**
3641
You can’t perform that action at this time.
0 commit comments