You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/08/31 15:16:32 UTC

ignite git commit: Minors.

Repository: ignite
Updated Branches:
  refs/heads/master 71334cf9f -> f6ddf4ea7


Minors.


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

Branch: refs/heads/master
Commit: f6ddf4ea7917d7f2a914ea7cea0c89f221373817
Parents: 71334cf
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Aug 31 16:17:08 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Aug 31 16:17:08 2015 +0300

----------------------------------------------------------------------
 .../dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryStream.cs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f6ddf4ea/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryStream.cs
----------------------------------------------------------------------
diff --git a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryStream.cs b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryStream.cs
index 7af8392..094c6a5 100644
--- a/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryStream.cs
+++ b/modules/platform/src/main/dotnet/Apache.Ignite.Core/Impl/Memory/PlatformMemoryStream.cs
@@ -459,7 +459,8 @@ namespace Apache.Ignite.Core.Impl.Memory
         }
 
         /// <summary>
-        /// Synchronized stream read operations from underlying memory. This is required when 
+        /// Synchronized stream read operations from underlying memory. This is required when stream was passed 
+        /// to Java and something might have been written there.
         /// </summary>
         public void SynchronizeInput()
         {