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

Comparing jsr166/src/main/java/util/concurrent/SynchronousQueue.java (file contents):
Revision 1.24 by dl, Sun Oct 19 13:38:34 2003 UTC vs.
Revision 1.25 by dl, Wed Oct 22 12:08:29 2003 UTC

# Line 538 | Line 538 | public class SynchronousQueue<E> extends
538       * @return a zero-length array
539       */
540      public Object[] toArray() {
541 <        return (E[]) new Object[0];
541 >        return new Object[0];
542      }
543  
544      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines