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