From 9287509880b6d463dbe12beed2efed36e33068a3 Mon Sep 17 00:00:00 2001 From: zanninso Date: Thu, 18 Jul 2024 20:56:29 +0100 Subject: [PATCH] docs: fix formatting --- subjects/java/checkpoints/config-protector/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/java/checkpoints/config-protector/README.md b/subjects/java/checkpoints/config-protector/README.md index 69937698a..2e4d91901 100644 --- a/subjects/java/checkpoints/config-protector/README.md +++ b/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