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

Comparing jsr166/src/main/java/util/concurrent/Semaphore.java (file contents):
Revision 1.74 by jsr166, Tue Aug 30 19:44:46 2016 UTC vs.
Revision 1.75 by dl, Tue Nov 8 00:39:36 2016 UTC

# Line 603 | Line 603 | public class Semaphore implements java.i
603  
604      /**
605       * Acquires and returns all permits that are immediately available.
606 +     * Upon return, zero permits are available.
607       *
608       * @return the number of permits acquired
609       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines