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.5 by jozart, Sat Jun 7 15:55:16 2003 UTC vs.
Revision 1.6 by jozart, Sat Jun 7 16:10:40 2003 UTC

# Line 90 | Line 90 | public interface Executor {
90       * may execute in a new thread, in a pooled thread, or in the calling
91       * thread, at the discretion of the <tt>Executor</tt> implementation.
92       *
93 <     * @param task the runnable task
93 >     * @param command the runnable task
94       * @throws RejectedExecutionException if task cannot be submitted for
95       * execution
96       */
97 <    void execute(Runnable task);
97 >    void execute(Runnable command);
98   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines