ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Executors.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/Executors.java (file contents):
Revision 1.79 by jsr166, Wed Jul 4 20:10:00 2012 UTC vs.
Revision 1.80 by jsr166, Sun Oct 21 06:14:12 2012 UTC

# Line 429 | Line 429 | public class Executors {
429       * @param callable the underlying task
430       * @return a callable object
431       * @throws NullPointerException if callable null
432     *
432       */
433      public static <T> Callable<T> privilegedCallable(Callable<T> callable) {
434          if (callable == null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines