Browse Source

getSysProperties() and getCommandLine() to 1.6.3

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278019 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 20 years ago
parent
commit
babc81c135
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/main/org/apache/tools/ant/taskdefs/Java.java

+ 2
- 2
src/main/org/apache/tools/ant/taskdefs/Java.java View File

@@ -905,7 +905,7 @@ public class Java extends Task {
* Accessor to the command line. * Accessor to the command line.
* *
* @return the current command line. * @return the current command line.
* @since 1.7
* @since 1.6.3
*/ */
public CommandlineJava getCommandLine() { public CommandlineJava getCommandLine() {
return cmdl; return cmdl;
@@ -915,7 +915,7 @@ public class Java extends Task {
* Get the system properties of the command line. * Get the system properties of the command line.
* *
* @return the current properties of this java invocation. * @return the current properties of this java invocation.
* @since 1.7
* @since 1.6.3
*/ */
public CommandlineJava.SysProperties getSysProperties() { public CommandlineJava.SysProperties getSysProperties() {
return cmdl.getSystemProperties(); return cmdl.getSystemProperties();


Loading…
Cancel
Save