You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2014/11/13 20:30:59 UTC

svn commit: r1639491 - /jmeter/trunk/src/jorphan/org/apache/jorphan/exec/SystemCommand.java

Author: fschumacher
Date: Thu Nov 13 19:30:59 2014
New Revision: 1639491

URL: http://svn.apache.org/r1639491
Log:
Bug 57193: Generics can't be used inside of javadoc, so omit them
 and describe it textually.
Bugzilla Id: 57193

Modified:
    jmeter/trunk/src/jorphan/org/apache/jorphan/exec/SystemCommand.java

Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/exec/SystemCommand.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/jorphan/org/apache/jorphan/exec/SystemCommand.java?rev=1639491&r1=1639490&r2=1639491&view=diff
==============================================================================
--- jmeter/trunk/src/jorphan/org/apache/jorphan/exec/SystemCommand.java (original)
+++ jmeter/trunk/src/jorphan/org/apache/jorphan/exec/SystemCommand.java Thu Nov 13 19:30:59 2014
@@ -116,7 +116,7 @@ public class SystemCommand {
     }
 
     /**
-     * @param arguments List<String>, not null
+     * @param arguments List of strings, not null
      * @return return code
      * @throws InterruptedException
      * @throws IOException