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

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

# Line 434 | Line 434 | public class NavigableMapCheck {
434  
435          static void printStats() {
436              for (Iterator it = accum.entrySet().iterator(); it.hasNext(); ) {
437 <                Map.Entry e = (Map.Entry)(it.next());
438 <                Stats stats = ((Stats)(e.getValue()));
437 >                Map.Entry e = (Map.Entry) it.next();
438 >                Stats stats = (Stats) e.getValue();
439                  int n = stats.number;
440                  double t;
441                  if (n > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines