syncope git commit: [SYNCOPE-1112] fixes build issue

2017-06-19 Thread fmartelli
Repository: syncope
Updated Branches:
  refs/heads/master d4ecdf6bd -> 71e676b38


[SYNCOPE-1112] fixes build issue


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/71e676b3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/71e676b3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/71e676b3

Branch: refs/heads/master
Commit: 71e676b3869f646805c8595ec00c96ebb59f16b6
Parents: d4ecdf6
Author: fmartelli 
Authored: Mon Jun 19 16:17:24 2017 +0200
Committer: fmartelli 
Committed: Mon Jun 19 16:17:47 2017 +0200

--
 .../apache/syncope/client/console/panels/search/SearchUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/71e676b3/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
--
diff --git 
a/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
 
b/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
index 4f42e2d..d7f4e1f 100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
@@ -198,7 +198,7 @@ public final class SearchUtils implements Serializable {
 }
 
 public static String buildFIQL(final List clauses, final 
AbstractFiqlSearchConditionBuilder builder) {
-return buildFIQL(clauses, builder, Collections.emptyMap());
+return buildFIQL(clauses, builder, Collections.emptyMap());
 }
 
 public static String buildFIQL(



syncope git commit: [SYNCOPE-1112] fixes build issue

2017-06-19 Thread fmartelli
Repository: syncope
Updated Branches:
  refs/heads/2_0_X 7dcdb19b9 -> b1aa1cb99


[SYNCOPE-1112] fixes build issue


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b1aa1cb9
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b1aa1cb9
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b1aa1cb9

Branch: refs/heads/2_0_X
Commit: b1aa1cb996d0aad6a0596b11cd65a462c7146505
Parents: 7dcdb19
Author: fmartelli 
Authored: Mon Jun 19 16:17:24 2017 +0200
Committer: fmartelli 
Committed: Mon Jun 19 16:17:24 2017 +0200

--
 .../apache/syncope/client/console/panels/search/SearchUtils.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/syncope/blob/b1aa1cb9/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
--
diff --git 
a/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
 
b/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
index 4f42e2d..d7f4e1f 100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/panels/search/SearchUtils.java
@@ -198,7 +198,7 @@ public final class SearchUtils implements Serializable {
 }
 
 public static String buildFIQL(final List clauses, final 
AbstractFiqlSearchConditionBuilder builder) {
-return buildFIQL(clauses, builder, Collections.emptyMap());
+return buildFIQL(clauses, builder, Collections.emptyMap());
 }
 
 public static String buildFIQL(