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.16 by dl, Fri Aug 29 14:12:41 2003 UTC vs.
Revision 1.17 by dl, Fri Aug 29 22:38:12 2003 UTC

# Line 506 | Line 506 | public class SynchronousQueue<E> extends
506              throw new NoSuchElementException();
507          }
508          public void remove() {
509 <            throw new UnsupportedOperationException();
509 >            throw new IllegalStateException();
510          }
511      }
512  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines