fix javadoc
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/ac6b5ec2 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/ac6b5ec2 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/ac6b5ec2 Branch: refs/heads/master Commit: ac6b5ec25043098367eb46e760420648edbc0883 Parents: 237c7fc Author: Jan Matèrne <[email protected]> Authored: Thu May 28 09:04:34 2015 +0200 Committer: Jan Matèrne <[email protected]> Committed: Thu May 28 09:04:34 2015 +0200 ---------------------------------------------------------------------- src/main/org/apache/tools/ant/taskdefs/Execute.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/ac6b5ec2/src/main/org/apache/tools/ant/taskdefs/Execute.java ---------------------------------------------------------------------- diff --git a/src/main/org/apache/tools/ant/taskdefs/Execute.java b/src/main/org/apache/tools/ant/taskdefs/Execute.java index 06596fa..9523f45 100644 --- a/src/main/org/apache/tools/ant/taskdefs/Execute.java +++ b/src/main/org/apache/tools/ant/taskdefs/Execute.java @@ -189,7 +189,7 @@ public class Execute { * It is a notorious troublespot pre-Java1.5, and should be approached * with extreme caution. * - * @return + * @return command and arguments to get our environment */ private static String[] getProcEnvCommand() { if (Os.isFamily("os/2")) {
