You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/12/11 11:00:15 UTC

[10/50] [abbrv] ignite git commit: #Ignite-1.5 - Minor corrections.

#Ignite-1.5 - Minor corrections.


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

Branch: refs/heads/master
Commit: 5ba664c48d94f60358bb06d5cfc8d62e7ec1b586
Parents: dfbca79
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Thu Dec 10 19:24:22 2015 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Thu Dec 10 19:24:22 2015 +0300

----------------------------------------------------------------------
 .../examples/binary/datagrid/CacheClientBinaryQueryExample.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/5ba664c4/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryQueryExample.java
----------------------------------------------------------------------
diff --git a/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryQueryExample.java b/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryQueryExample.java
index dc468ef..7cc95b5 100644
--- a/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryQueryExample.java
+++ b/examples/src/main/java/org/apache/ignite/examples/binary/datagrid/CacheClientBinaryQueryExample.java
@@ -139,7 +139,7 @@ public class CacheClientBinaryQueryExample {
         fields.put("salary", Long.class.getName());
         fields.put("addr.zip", Integer.class.getName());
         fields.put("organizationId", Integer.class.getName());
-        fields.put("address.street", Integer.class.getName());
+        fields.put("addr.street", Integer.class.getName());
 
         employeeEntity.setFields(fields);