ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/LinkedTransferQueueTest.java
(Generate patch)

Comparing jsr166/src/test/tck/LinkedTransferQueueTest.java (file contents):
Revision 1.79 by jsr166, Fri Aug 4 03:30:21 2017 UTC vs.
Revision 1.80 by jsr166, Tue Aug 15 20:30:30 2017 UTC

# Line 774 | Line 774 | public class LinkedTransferQueueTest ext
774      }
775  
776      /**
777 <     * transfer waits until a poll occurs. The transfered element
777 >     * transfer waits until a poll occurs. The transferred element
778       * is returned by the associated poll.
779       */
780      public void testTransfer2() throws InterruptedException {
# Line 855 | Line 855 | public class LinkedTransferQueueTest ext
855      }
856  
857      /**
858 <     * transfer waits until a take occurs. The transfered element
858 >     * transfer waits until a take occurs. The transferred element
859       * is returned by the associated take.
860       */
861      public void testTransfer5() throws InterruptedException {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines