Browse Source

fix wrong javadoc comment.

PR: 25939
Submitted by:	Jesse Glick <jglick at netbeans dot org>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275984 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
ba56fe06af
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Java.java

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

@@ -405,7 +405,7 @@ public class Java extends Task {
}

/**
* Set the command used to start the VM (only if not forking).
* Set the command used to start the VM (only if forking).
*
* @param s command to start the VM
*/


Loading…
Cancel
Save