You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2015/10/24 16:18:13 UTC

[5/6] oodt git commit: OODT-892 fix more null assignment issues

OODT-892 fix more null assignment issues


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

Branch: refs/heads/master
Commit: aeb62c25a9c47e0150d681f461f5f786b5137595
Parents: c11a4dd
Author: Tom Barber <to...@analytical-labs.com>
Authored: Sat Oct 24 15:07:45 2015 +0100
Committer: Tom Barber <to...@analytical-labs.com>
Committed: Sat Oct 24 15:07:45 2015 +0100

----------------------------------------------------------------------
 commons/src/main/java/org/apache/oodt/commons/exec/ExecUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/aeb62c25/commons/src/main/java/org/apache/oodt/commons/exec/ExecUtils.java
----------------------------------------------------------------------
diff --git a/commons/src/main/java/org/apache/oodt/commons/exec/ExecUtils.java b/commons/src/main/java/org/apache/oodt/commons/exec/ExecUtils.java
index 39272ec..04adef1 100644
--- a/commons/src/main/java/org/apache/oodt/commons/exec/ExecUtils.java
+++ b/commons/src/main/java/org/apache/oodt/commons/exec/ExecUtils.java
@@ -60,7 +60,7 @@ public final class ExecUtils {
          OutputStream stdErrStream) throws IOException {
       return callProgram(commandLine, stdOutStream, stdErrStream, null);
    }
-b
+
    public static int callProgram(String commandLine, Logger logger, File workDir)
          throws IOException {
       LoggerOutputStream loggerInfoStream = null;