You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2016/08/15 07:38:52 UTC

[23/30] ignite git commit: Fixed incorrect assertion.

Fixed incorrect assertion.


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

Branch: refs/heads/ignite-1926
Commit: 8194447d181d93093ee44b53d44dcf21b645d19f
Parents: d1b80e0
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Mon Aug 15 10:05:01 2016 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Mon Aug 15 10:05:01 2016 +0300

----------------------------------------------------------------------
 .../org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java  | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/8194447d/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
----------------------------------------------------------------------
diff --git a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
index 2e33000..770429a 100644
--- a/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
+++ b/modules/hadoop/src/main/java/org/apache/ignite/hadoop/fs/LocalIgfsSecondaryFileSystem.java
@@ -456,8 +456,6 @@ public class LocalIgfsSecondaryFileSystem implements IgfsSecondaryFileSystem, Li
             ((LifecycleAware)fsFactory).start();
 
         workDir = new File(workDir).getAbsolutePath();
-
-        assert !workDir.endsWith("/") : workDir;
     }
 
     /** {@inheritDoc} */