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/11/21 09:32:23 UTC

ignite git commit: IGNITE-4128 .NET: Add EntryProcessorExample - fix comment wording

Repository: ignite
Updated Branches:
  refs/heads/master 3b01983c5 -> 78939417c


IGNITE-4128 .NET: Add EntryProcessorExample - fix comment wording


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

Branch: refs/heads/master
Commit: 78939417c6b01c312b3eb74e7f36ee21a971f72f
Parents: 3b01983
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Mon Nov 21 12:32:13 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Mon Nov 21 12:32:13 2016 +0300

----------------------------------------------------------------------
 .../Apache.Ignite.Examples/Datagrid/EntryProcessorExample.cs     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/78939417/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/EntryProcessorExample.cs
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/EntryProcessorExample.cs b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/EntryProcessorExample.cs
index f151135..bd805c5 100644
--- a/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/EntryProcessorExample.cs
+++ b/modules/platforms/dotnet/examples/Apache.Ignite.Examples/Datagrid/EntryProcessorExample.cs
@@ -24,8 +24,8 @@ namespace Apache.Ignite.Examples.Datagrid
     using Apache.Ignite.ExamplesDll.Datagrid;
 
     /// <summary>
-    /// This examples demonstrates the affinity collocation of a closure with data by showing how
-    /// cache entries can be created and modified with an EntryProcessor.
+    /// This example demonstrates the affinity collocation of a closure with data 
+    /// by creating and modifying cache entries via an EntryProcessor.
     /// <para />
     /// 1) Build the project Apache.Ignite.ExamplesDll (select it -> right-click -> Build).
     ///    Apache.Ignite.ExamplesDll.dll must appear in %IGNITE_HOME%/platforms/dotnet/examples/Apache.Ignite.ExamplesDll/bin/${Platform]/${Configuration} folder.