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

Comparing jsr166/src/test/loops/DynamicLeftSpineFib.java (file contents):
Revision 1.2 by jsr166, Thu Oct 29 23:09:07 2009 UTC vs.
Revision 1.3 by jsr166, Thu Oct 29 23:14:43 2009 UTC

# Line 17 | Line 17 | public final class DynamicLeftSpineFib e
17                  num = Integer.parseInt(args[1]);
18          }
19          catch (Exception e) {
20 <            System.out.println("Usage: java DynamicLeftSpineFib <threads> <number> [<sequntialThreshold>]");
20 >            System.out.println("Usage: java DynamicLeftSpineFib <threads> <number> [<sequentialThreshold>]");
21              return;
22          }
23  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines