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

Comparing jsr166/src/main/java/util/concurrent/Executor.java (file contents):
Revision 1.11 by dl, Sat Sep 13 18:51:11 2003 UTC vs.
Revision 1.12 by dl, Thu Sep 25 11:01:21 2003 UTC

# Line 87 | Line 87 | public interface Executor {
87       * @param command the runnable task
88       * @throws RejectedExecutionException if this task cannot be
89       * accepted for execution.
90 +     * @throws NullPointerException if command is null
91       */
92      void execute(Runnable command);
93   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines