You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/12/13 11:57:37 UTC

ignite git commit: IGNITE-4133 .NET: minor IBinary documentation update

Repository: ignite
Updated Branches:
  refs/heads/master b6594125f -> 3b6b02abe


IGNITE-4133 .NET: minor IBinary documentation update


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

Branch: refs/heads/master
Commit: 3b6b02abe68b086b4ef1cf4a3ff623ef5d7df2d9
Parents: b659412
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Tue Dec 13 14:57:24 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Tue Dec 13 14:57:24 2016 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/Apache.Ignite.Core/Binary/IBinary.cs | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3b6b02ab/modules/platforms/dotnet/Apache.Ignite.Core/Binary/IBinary.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Binary/IBinary.cs b/modules/platforms/dotnet/Apache.Ignite.Core/Binary/IBinary.cs
index a0fc17f..f269681 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core/Binary/IBinary.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core/Binary/IBinary.cs
@@ -72,8 +72,7 @@ namespace Apache.Ignite.Core.Binary
         IBinaryObjectBuilder GetBuilder(Type type);
 
         /// <summary>
-        /// Create builder for the given binary object type name. Note that this
-        /// type name must be specified in <see cref="BinaryConfiguration"/>.
+        /// Create builder for the given binary object type name.
         /// </summary>
         /// <param name="typeName">Type name.</param>
         /// <returns>Builder.</returns>