I later realized we don't need quotes here, since we pass arguments as an array

to Runtime.exec.
This commit is contained in:
Michael Bayne
2011-04-07 21:06:59 +00:00
parent 6c3abf3597
commit 14bb4f0f9b
@@ -72,7 +72,7 @@ public class GetdownAppletConfig
/** A property specifying the names of additional appargs properties. Each apparg property will
* be suffixed by a monotonically increasing integer starting at zero, e.g.
* <pre>{@code
* <param name="apparg0" value="&quot;my awesome value&quot;"/>
* <param name="apparg0" value="my awesome value"/>
* <param name="apparg1" value="monkeys"/>
* }</pre>
* When a number is reached for which no value exists, we stop looking. */