reta commented on code in PR #2829:
URL: https://github.com/apache/cxf/pull/2829#discussion_r2705856178


##########
rt/features/logging/src/main/java/org/apache/cxf/ext/logging/MaskSensitiveHelper.java:
##########
@@ -57,25 +64,44 @@ private static class ReplacementPair {
         }
     }
 
-    private final Set<ReplacementPair> replacementsXML = new HashSet<>();
+    private final Set<ReplacementPair> replacementsElements = new HashSet<>();

Review Comment:
   Super nit, may be `replacementsXMLElements ` (to complement 
`replacementsXMLAttributes`)?
   
   ```suggestion
       private final Set<ReplacementPair> replacementsXMLElements = new 
HashSet<>();
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to