Browse Source

javdoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@589755 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 18 years ago
parent
commit
d68eafae0b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/Parallel.java

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

@@ -408,7 +408,7 @@ public class Parallel extends Task
}

/**
* Determine the number of processors. Only effective on later VMs
* Determine the number of processors. Only effective on Java 1.4+
*
* @return the number of processors available or 0 if not determinable.
*/


Loading…
Cancel
Save