Repository: ignite
Updated Branches:
  refs/heads/ignite-1816 d5dbf632a -> 805643263


IGNITE-1816: WIP.


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

Branch: refs/heads/ignite-1816
Commit: 805643263e88f7efb2ef7200ed55a65119a9e8c1
Parents: d5dbf63
Author: vozerov-gridgain <[email protected]>
Authored: Thu Nov 12 12:21:11 2015 +0300
Committer: vozerov-gridgain <[email protected]>
Committed: Thu Nov 12 12:21:11 2015 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/marshaller/portable/PortableMarshaller.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/80564326/modules/core/src/main/java/org/apache/ignite/marshaller/portable/PortableMarshaller.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/marshaller/portable/PortableMarshaller.java
 
b/modules/core/src/main/java/org/apache/ignite/marshaller/portable/PortableMarshaller.java
index 1704c8a..b84ba68 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/marshaller/portable/PortableMarshaller.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/marshaller/portable/PortableMarshaller.java
@@ -78,7 +78,7 @@ public class PortableMarshaller extends AbstractMarshaller {
     public static final boolean DFLT_KEEP_DESERIALIZED = true;
 
     /** Default value of "compact footer" flag. */
-    public static final boolean DFLT_COMPACT_FOOTER = true;
+    public static final boolean DFLT_COMPACT_FOOTER = false;
 
     // TODO ignite-1282 Move to IgniteConfiguration.
     /** Class names. */

Reply via email to