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

Comparing jsr166/src/test/loops/UnboundedQueueFillEmptyLoops.java (file contents):
Revision 1.7 by jsr166, Tue Mar 15 19:47:06 2011 UTC vs.
Revision 1.8 by jsr166, Thu Apr 14 23:16:10 2011 UTC

# Line 42 | Line 42 | public class UnboundedQueueFillEmptyLoop
42          oneRun(klass, maxSize);
43  
44          if (total == 0) System.out.print(" ");
45 <   }
45 >    }
46  
47      static void oneRun(Class klass, int n) throws Exception {
48          Queue<Integer> q = (Queue<Integer>) klass.newInstance();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines