You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2019/10/31 16:07:38 UTC

[sling-org-apache-sling-app-cms] branch master updated: Ignoring Sonar false flag

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e49770  Ignoring Sonar false flag
0e49770 is described below

commit 0e4977016b94bd1eaaf7b11ef479aaec9bd620bb
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Oct 31 12:07:28 2019 -0400

    Ignoring Sonar false flag
---
 .../apache/sling/cms/core/internal/operations/CreateUserOperation.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/main/java/org/apache/sling/cms/core/internal/operations/CreateUserOperation.java b/core/src/main/java/org/apache/sling/cms/core/internal/operations/CreateUserOperation.java
index f03db3d..3e3318d 100644
--- a/core/src/main/java/org/apache/sling/cms/core/internal/operations/CreateUserOperation.java
+++ b/core/src/main/java/org/apache/sling/cms/core/internal/operations/CreateUserOperation.java
@@ -46,6 +46,7 @@ public class CreateUserOperation implements PostOperation {
 
     private static final Logger log = LoggerFactory.getLogger(CreateUserOperation.class);
 
+    @SuppressWarnings("squid:S2068") // Just the parameter key, not the value
     public static final String PN_PASSWORD = ":password";
 
     @Override