Author: sgoeschl
Date: Wed Jan 23 13:28:29 2008
New Revision: 614684
URL: http://svn.apache.org/viewvc?rev=614684&view=rev
Log:
Removed whitespaces at the end of a line
Modified:
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java
Modified:
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java
URL:
http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java?rev=614684&r1=614683&r2=614684&view=diff
==============================================================================
---
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java
(original)
+++
commons/sandbox/exec/trunk/src/main/java/org/apache/commons/exec/Executor.java
Wed Jan 23 13:28:29 2008
@@ -76,7 +76,7 @@
* Returns process exit value
*/
int execute(CommandLine command) throws ExecuteException, IOException;
- int execute(CommandLine command, Map environment) throws ExecuteException,
IOException;
+ int execute(CommandLine command, Map environment) throws ExecuteException,
IOException;
/*
* Methods for starting asynchronous execution. Result provided to
callback handler