ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/PriorityQueue/ForgetMeNot.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/PriorityQueue/ForgetMeNot.java (file contents):
Revision 1.5 by jsr166, Sat Sep 17 20:38:49 2016 UTC vs.
Revision 1.6 by jsr166, Wed Jan 4 04:46:19 2017 UTC

# Line 61 | Line 61 | public class ForgetMeNot {
61      }
62  
63      private static void realMain(String[] args) throws Throwable {
64 <        final PriorityQueue<Integer> q = new PriorityQueue<Integer>();
64 >        final PriorityQueue<Integer> q = new PriorityQueue<>();
65          Iterator<Integer> it;
66  
67          //----------------------------------------------------------------

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines