You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2009/02/20 19:08:11 UTC

svn commit: r746316 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java

Author: sgoeschl
Date: Fri Feb 20 18:08:11 2009
New Revision: 746316

URL: http://svn.apache.org/viewvc?rev=746316&view=rev
Log:
Cleaned up the javadocs ...

Modified:
    commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java

Modified: commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java?rev=746316&r1=746315&r2=746316&view=diff
==============================================================================
--- commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java (original)
+++ commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/DefaultExecutorTest.java Fri Feb 20 18:08:11 2009
@@ -374,7 +374,7 @@
     /**
      * Start a process and connect stdin, stdout and stderr. This
      * test currenty hang. Therefore we throw an IllegalArgument
-     * Exception to notify the user.
+     * Exception to notify the user (see EXEC-33).
      */
     public void testExecuteWithStdin() throws Exception
     {