Eliminate javadoc warnings

This commit is contained in:
Chris Beams
2010-07-29 22:55:57 +02:00
parent ef57164a1b
commit 5dcf6d5931
22 changed files with 66 additions and 71 deletions

View File

@@ -211,7 +211,7 @@ public class Execute {
/**
* Sets the environment variables for the subprocess to launch.
*
* @param commandline array of Strings, each element of which has
* @param env array of Strings, each element of which has
* an environment variable settings in format <em>key=value</em>
*/
public void setEnvironment(String[] env) {
@@ -244,8 +244,7 @@ public class Execute {
* Runs a process defined by the command line and returns its exit status.
*
* @return the exit status of the subprocess or <code>INVALID</code>
* @exception java.io.IOExcpetion The exception is thrown, if launching
* of the subprocess failed
* @throws Exception if launching of the subprocess failed
*/
public int execute() throws Exception {
process =

View File

@@ -37,7 +37,7 @@ public class Os {
* Determines if the OS on which Ant is executing matches the
* given OS family.
*
* @param f The OS family type desired<br />
* @param family The OS family type desired<br />
* Possible values:<br />
* <ul><li>dos</li>
* <li>mac</li>