Skip to content

Commit fc4aa93

Browse files
As per PR # 89 comments, changes are implemented.
1 parent 8c22e05 commit fc4aa93

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/utility-guides/LoadProperties.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2525
1. `get_smokescreen_properties()`: Which will load `self.smokescreen_properties_file`
2626
2. `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+
# ----------------------------------
3236
example_value_1=value1
3337
example_value_2=value2
38+
```
3439

3540
**Reasoning for storing values in the properties file:**
3641

0 commit comments

Comments
 (0)