Fixed source URL.

This commit is contained in:
Christian P. MOMON 2016-09-02 14:43:15 +02:00
parent 931f1e1214
commit 39252d915f

View file

@ -176,7 +176,7 @@ public class CmdExec
/** /**
* Note: this code is inspired by an article of Michael C. Daconta published * Note: this code is inspired by an article of Michael C. Daconta published
* in JavaWorld Dec 29, 2000 (http://www.javaworld.com/article/2071275 * in JavaWorld Dec 29, 2000 (http://www.javaworld.com/article/2071275
* /core-java/when-runtime-exec---won -t.html?page=2). * /core-java/when-runtime-exec---won-t.html?page=2).
* *
* @param command * @param command
* not a shell command, it must be a executable program. * not a shell command, it must be a executable program.