Skip to content

Commit

Permalink
MOSIP-31793 security hotspot
Browse files Browse the repository at this point in the history
Signed-off-by: Sowmya Ujjappa Banakar <[email protected]>
  • Loading branch information
Sowmya Ujjappa Banakar committed Jul 2, 2024
1 parent d12aa5e commit c07d5df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ private RegProcessorLogger() {
* @param clazz the clazz
* @return the logger
*/
@SuppressWarnings({ "java:S4792" })
public static Logger getLogger(Class<?> clazz) {
if(loggingLevelMap.isEmpty()) {
loggingLevelMap = System.getProperties().entrySet().stream()
Expand Down

0 comments on commit c07d5df

Please sign in to comment.