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/ignite-2.0
Commit: 3b6b02abe68b086b4ef1cf4a3ff623ef5d7df2d9
Parents: b659412
Author: Pavel Tupitsyn <[email protected]>
Authored: Tue Dec 13 14:57:24 2016 +0300
Committer: Pavel Tupitsyn <[email protected]>
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>

Reply via email to