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/06/29 19:49:33 UTC

[02/12] incubator-ignite git commit: # [GG-10298]: corrections.

# [GG-10298]: corrections.


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

Branch: refs/heads/ignite-1058
Commit: c86f8f9cea3204b12c28606702f784b05bfe777f
Parents: 999b5f0
Author: iveselovskiy <iv...@gridgain.com>
Authored: Thu Jun 25 20:39:52 2015 +0300
Committer: iveselovskiy <iv...@gridgain.com>
Committed: Thu Jun 25 20:39:52 2015 +0300

----------------------------------------------------------------------
 .../ignite/internal/managers/communication/GridIoManager.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c86f8f9c/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java b/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
index b522a1d..3d90a51 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/managers/communication/GridIoManager.java
@@ -547,7 +547,7 @@ public class GridIoManager extends GridManagerAdapter<CommunicationSpi<Serializa
                 }
 
                 default:
-                    throw new IllegalStateException("Failed to process message dues to " +
+                    throw new IllegalStateException("Failed to process message due to " +
                         "unknown policy, [policy=" + msg.policy() + ']');
             }
         }