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 <fabio.marte...@gmail.com>
Authored: Mon Jun 19 16:17:24 2017 +0200
Committer: fmartelli <fabio.marte...@gmail.com>
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<SearchClause> clauses, final 
AbstractFiqlSearchConditionBuilder builder) {
-        return buildFIQL(clauses, builder, Collections.emptyMap());
+        return buildFIQL(clauses, builder, Collections.<String, 
PlainSchemaTO>emptyMap());
     }
 
     public static String buildFIQL(

Reply via email to