You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/05/28 18:21:16 UTC

[11/32] incubator-ignite git commit: #IGNITE-857 Update javadoc.

#IGNITE-857 Update javadoc.


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

Branch: refs/heads/ignite-sprint-5
Commit: c462a0f8d09e292e60c342139bf34513a7a1db40
Parents: 76a0d0a
Author: nikolay tikhonov <nt...@gridgain.com>
Authored: Mon May 25 19:04:49 2015 +0300
Committer: nikolay tikhonov <nt...@gridgain.com>
Committed: Mon May 25 19:04:49 2015 +0300

----------------------------------------------------------------------
 .../src/main/java/org/apache/ignite/mesos/ClusterProperties.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c462a0f8/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java
----------------------------------------------------------------------
diff --git a/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java b/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java
index b3093f8..63ef27c 100644
--- a/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java
+++ b/modules/mesos/src/main/java/org/apache/ignite/mesos/ClusterProperties.java
@@ -125,7 +125,7 @@ public class ClusterProperties {
     public static final String IGNITE_WORK_DIR = "IGNITE_WORK_DIR";
 
     /** */
-    public static final String DEFAULT_IGNITE_WORK_DIR = "~/ignite-releases";
+    public static final String DEFAULT_IGNITE_WORK_DIR = "~/ignite-releases/";
 
     /** Ignite version. */
     private String igniteWorkDir = DEFAULT_IGNITE_WORK_DIR;