Repository: ignite
Updated Branches:
  refs/heads/ignite-1282 ff189d9dc -> f16c73639


Minor fix in examples.


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

Branch: refs/heads/ignite-1282
Commit: f16c736395b67aad98585560b8aee203550dd898
Parents: ff189d9
Author: vozerov-gridgain <voze...@gridgain.com>
Authored: Wed Sep 23 18:16:57 2015 +0300
Committer: vozerov-gridgain <voze...@gridgain.com>
Committed: Wed Sep 23 18:16:57 2015 +0300

----------------------------------------------------------------------
 .../platforms/dotnet/Apache.Ignite.Core.Tests/Examples/PathUtil.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f16c7363/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Examples/PathUtil.cs
----------------------------------------------------------------------
diff --git 
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Examples/PathUtil.cs 
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Examples/PathUtil.cs
index 4f9625f..eb119f9 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Examples/PathUtil.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Examples/PathUtil.cs
@@ -35,7 +35,7 @@ namespace Apache.Ignite.Core.Tests.Examples
         /// <summary>
         /// Examples source code path.
         /// </summary>
-        public static readonly string ExamplesSourcePath = 
Path.Combine(IgniteHome, @"platforms\dotnet\Examples");
+        public static readonly string ExamplesSourcePath = 
Path.Combine(IgniteHome, @"platforms\dotnet\examples");
 
         /// <summary>
         /// Gets the full configuration path.

Reply via email to