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

Comparing jsr166/src/jdk7/java/util/concurrent/Executor.java (file contents):
Revision 1.2 by jsr166, Wed Jan 16 01:39:37 2013 UTC vs.
Revision 1.3 by jsr166, Tue Feb 5 19:54:07 2013 UTC

# Line 105 | Line 105 | public interface Executor {
105       *
106       * @param command the runnable task
107       * @throws RejectedExecutionException if this task cannot be
108 <     * accepted for execution.
108 >     * accepted for execution
109       * @throws NullPointerException if command is null
110       */
111      void execute(Runnable command);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines