You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/11/05 04:28:23 UTC

[31/66] [abbrv] ignite git commit: Merge branch ignite-1282 into ignite-950-new

Merge branch ignite-1282  into ignite-950-new


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

Branch: refs/heads/ignite-1753-1282
Commit: 003435c820f8cf0d7e1a2109486eac4892e27511
Parents: c050b4c
Author: Alexey Goncharuk <al...@gmail.com>
Authored: Tue Nov 3 13:30:30 2015 +0300
Committer: Alexey Goncharuk <al...@gmail.com>
Committed: Tue Nov 3 13:30:30 2015 +0300

----------------------------------------------------------------------
 .../apache/ignite/internal/portable/BinaryObjectOffheapImpl.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/003435c8/modules/core/src/main/java/org/apache/ignite/internal/portable/BinaryObjectOffheapImpl.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/portable/BinaryObjectOffheapImpl.java b/modules/core/src/main/java/org/apache/ignite/internal/portable/BinaryObjectOffheapImpl.java
index b543b9e..5462b4a 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/portable/BinaryObjectOffheapImpl.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/portable/BinaryObjectOffheapImpl.java
@@ -253,7 +253,7 @@ public class BinaryObjectOffheapImpl extends BinaryObjectEx implements Externali
                 break;
 
             default: {
-                PortableReaderExImpl reader = new PortableReaderExImpl(ctx,
+                BinaryReaderExImpl reader = new BinaryReaderExImpl(ctx,
                     new PortableOffheapInputStream(ptr, size, false),
                     start,
                     null);