This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new 804b0133c1 Fix Checkstyle violations
804b0133c1 is described below

commit 804b0133c1acd2f14b29989934d9402a56bad9a9
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jul 6 18:33:59 2023 -0400

    Fix Checkstyle violations
---
 .../java/org/apache/cxf/ext/logging/AbstractLoggingInterceptor.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/AbstractLoggingInterceptor.java
 
b/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/AbstractLoggingInterceptor.java
index 38b3490310..ce99570a5e 100644
--- 
a/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/AbstractLoggingInterceptor.java
+++ 
b/rt/features/logging/src/main/java/org/apache/cxf/ext/logging/AbstractLoggingInterceptor.java
@@ -103,8 +103,8 @@ public abstract class AbstractLoggingInterceptor extends 
AbstractPhaseIntercepto
         this.sensitiveProtocolHeaderNames.addAll(protocolHeaderNames);
     }
 
-    public void setSensitiveDataHelper(MaskSensitiveHelper 
maskSensitiveHelper) {
-        this.maskSensitiveHelper = maskSensitiveHelper;
+    public void setSensitiveDataHelper(MaskSensitiveHelper helper) {
+        this.maskSensitiveHelper = helper;
     }
 
     public void setPrettyLogging(boolean prettyLogging) {

Reply via email to