Browse Source

docs: fix formatting

pull/2659/head
zanninso 2 months ago committed by zanninso
parent
commit
9287509880
  1. 1
      subjects/java/checkpoints/config-protector/README.md

1
subjects/java/checkpoints/config-protector/README.md

@ -5,6 +5,7 @@
Create a class `ConfigProtector` that provides a method to hide sensitive data in a configuration file using `Regex`. The method should replace sensitive values with asterisks. The configuration file will be provided as a string, and the keys for the sensitive data will be given in a list.
The config file format will always be as follows:
```
username=admin
npassword=secret

Loading…
Cancel
Save