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

Comparing jsr166/src/test/loops/NavigableSetCheck.java (file contents):
Revision 1.4 by jsr166, Mon Nov 2 23:42:46 2009 UTC vs.
Revision 1.5 by jsr166, Mon Nov 2 23:51:32 2009 UTC

# Line 371 | Line 371 | public class NavigableSetCheck {
371  
372          static void printStats() {
373              for (Iterator it = accum.entrySet().iterator(); it.hasNext(); ) {
374 <                Map.Entry e = (Map.Entry)(it.next());
375 <                Stats stats = ((Stats)(e.getValue()));
374 >                Map.Entry e = (Map.Entry) it.next();
375 >                Stats stats = (Stats) e.getValue();
376                  int n = stats.number;
377                  double t;
378                  if (n > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines