You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2015/11/02 18:21:52 UTC

[04/29] ignite git commit: wip

wip


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

Branch: refs/heads/ignite-950-new
Commit: 208c5880d5f879775d6bacb98ff587b7bc518036
Parents: 12a4a97
Author: Pavel Tupitsyn <pt...@gridgain.com>
Authored: Mon Nov 2 15:41:12 2015 +0300
Committer: Pavel Tupitsyn <pt...@gridgain.com>
Committed: Mon Nov 2 15:41:12 2015 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Core/Impl/Portable/PortableObjectSchemaHolder.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/208c5880/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Portable/PortableObjectSchemaHolder.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Portable/PortableObjectSchemaHolder.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Portable/PortableObjectSchemaHolder.cs
index daf325c..b824f94 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Portable/PortableObjectSchemaHolder.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Impl/Portable/PortableObjectSchemaHolder.cs
@@ -30,7 +30,7 @@ namespace Apache.Ignite.Core.Impl.Portable
         private PortableObjectSchemaField[] _fields = new PortableObjectSchemaField[16];
 
         /** Current field index. */
-        private int _idx = 0;
+        private int _idx;
 
         /// <summary>
         /// Adds a field to the holder.