# IGNITE-143: Reverting fix to ensure that this is really it.

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

Branch: refs/heads/ignite-51
Commit: 18a3ddba42b2c2b2848ebe226ba398e312884ca2
Parents: 7fe6c27
Author: vozerov-gridgain <voze...@gridgain.com>
Authored: Fri Mar 6 13:37:49 2015 +0300
Committer: vozerov-gridgain <voze...@gridgain.com>
Committed: Fri Mar 6 13:37:49 2015 +0300

----------------------------------------------------------------------
 .../ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/18a3ddba/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java
----------------------------------------------------------------------
diff --git 
a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java
 
b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java
index 2357d1a..0b1f22d 100644
--- 
a/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java
+++ 
b/modules/hadoop/src/main/java/org/apache/ignite/internal/processors/hadoop/igfs/HadoopIgfsOutProc.java
@@ -465,7 +465,7 @@ public class HadoopIgfsOutProc implements HadoopIgfsEx, 
HadoopIgfsIpcIoListener
 
                     return (T)res.response();
                 }
-                catch (IgfsException | IgniteCheckedException e) {
+                catch (IgniteCheckedException e) {
                     throw new GridClosureException(e);
                 }
             }

Reply via email to