Browse Source

We only work with PumpStreamHandler instances so refer to that class in method ratehr than interface.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270347 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
581e64ac2c
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecTask.java
  2. +1
    -1
      proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/exec/ExecTask.java

+ 1
- 1
proposal/myrmidon/src/main/org/apache/tools/ant/taskdefs/exec/ExecTask.java View File

@@ -283,7 +283,7 @@ public class ExecTask extends Task
* @return Description of the Returned Value * @return Description of the Returned Value
* @exception TaskException Description of Exception * @exception TaskException Description of Exception
*/ */
protected ExecuteStreamHandler createHandler()
protected PumpStreamHandler createHandler()
throws TaskException throws TaskException
{ {
if( m_outputFile != null ) if( m_outputFile != null )


+ 1
- 1
proposal/myrmidon/src/todo/org/apache/tools/ant/taskdefs/exec/ExecTask.java View File

@@ -283,7 +283,7 @@ public class ExecTask extends Task
* @return Description of the Returned Value * @return Description of the Returned Value
* @exception TaskException Description of Exception * @exception TaskException Description of Exception
*/ */
protected ExecuteStreamHandler createHandler()
protected PumpStreamHandler createHandler()
throws TaskException throws TaskException
{ {
if( m_outputFile != null ) if( m_outputFile != null )


Loading…
Cancel
Save