IGNITE-2100: Warnings.

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

Branch: refs/heads/ignite-2100
Commit: 55a60514ed17c81b99dd7800f814eac315d2b096
Parents: 75e5f3c
Author: vozerov-gridgain <voze...@gridgain.com>
Authored: Wed Dec 16 13:12:34 2015 +0300
Committer: vozerov-gridgain <voze...@gridgain.com>
Committed: Wed Dec 16 13:12:34 2015 +0300

----------------------------------------------------------------------
 .../ignite/internal/processors/query/GridQueryProcessor.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/55a60514/modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
index 72f5107..0eb49eb 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java
@@ -376,8 +376,8 @@ public class GridQueryProcessor extends 
GridProcessorAdapter {
             if (mustDeserializeClss != null) {
                 U.quietAndWarn(log, "Some classes in query configuration 
cannot be written in binary format " +
                     "because they either implement Externalizable interface or 
have writeObject/readObject methods. " +
-                    "Their instances will be deserialized in order to build 
indexes. Please ensure that all nodes " +
-                    "have this class in classpath. To enable binary 
serialization either implement " +
+                    "Instances of these classes will be deserialized in order 
to build indexes. Please ensure that " +
+                    "all nodes have these classes in classpath. To enable 
binary serialization either implement " +
                     Binarylizable.class.getSimpleName() + " interface or set 
explicit serializer using " +
                     "BinaryTypeConfiguration.setSerializer() method: " + 
mustDeserializeClss);
             }

Reply via email to