This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new a02b0a2 Fix checkstyle
a02b0a2 is described below
commit a02b0a27b242265c8b67e1952f5ccdb23d20803c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sun Feb 6 09:16:55 2022 +0100
Fix checkstyle
---
.../apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
b/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
index d67f80f..9f098b9 100644
---
a/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
+++
b/core/persistence-jpa-json/src/main/java/org/apache/syncope/core/persistence/jpa/dao/PGJPAJSONAnySearchDAO.java
@@ -540,7 +540,7 @@ public class PGJPAJSONAnySearchDAO extends JPAAnySearchDAO {
final List<Object> parameters,
final SearchSupport svs) {
- List<String> groupKeys =check(cond);
+ List<String> groupKeys = check(cond);
String where = groupKeys.stream().
map(key -> "group_id=?" + setParameter(parameters, key)).