You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2017/08/01 09:27:30 UTC

[45/50] [abbrv] ignite git commit: Fixed compilation.

Fixed compilation.


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

Branch: refs/heads/ignite-5757
Commit: 5ba4a3879e109864d570042b273ea2fbc11753a0
Parents: d758a3f
Author: sboikov <sb...@gridgain.com>
Authored: Mon Jul 31 12:02:59 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Mon Jul 31 12:02:59 2017 +0300

----------------------------------------------------------------------
 .../processors/rest/handlers/cache/GridCacheCommandHandler.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5ba4a387/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/cache/GridCacheCommandHandler.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/cache/GridCacheCommandHandler.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/cache/GridCacheCommandHandler.java
index 003fcdb..f2ca071 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/cache/GridCacheCommandHandler.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/rest/handlers/cache/GridCacheCommandHandler.java
@@ -553,7 +553,7 @@ public class GridCacheCommandHandler extends GridRestCommandHandlerAdapter {
 
                     // HashSet wrapping for correct serialization
                     Set<Object> cacheNames = map == null ?
-                        new HashSet<>(ctx.cache().publicCaches()) : new HashSet<>(map.keySet());
+                        new HashSet<Object>(ctx.cache().publicCaches()) : new HashSet<>(map.keySet());
 
                     GridCompoundFuture compFut = new GridCompoundFuture();