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

Comparing jsr166/src/main/java/util/concurrent/ExecutorService.java (file contents):
Revision 1.31 by dl, Sun Mar 6 12:06:21 2005 UTC vs.
Revision 1.32 by dl, Mon Mar 7 16:41:56 2005 UTC

# Line 142 | Line 142 | public interface ExecutorService extends
142      /**
143       * Submits a value-returning task for execution and returns a
144       * Future representing the pending results of the task. The
145 <     * Future's <tt>get</tt> method will return the given result upon
145 >     * Future's <tt>get</tt> method will return the task's result upon
146       * <em>successful</em> completion.
147       *
148       * <p>
# Line 180 | Line 180 | public interface ExecutorService extends
180      /**
181       * Submits a Runnable task for execution and returns a Future
182       * representing that task. The Future's <tt>get</tt> method will
183 <     * return <tt>null>/tt> upon successful completion.
183 >     * return <tt>null</tt> upon successful completion.
184       *
185       * @param task the task to submit
186       * @return a Future representing pending completion of the task

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines