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

Comparing jsr166/src/test/loops/Fib.java (file contents):
Revision 1.4 by jsr166, Mon Nov 29 20:58:06 2010 UTC vs.
Revision 1.7 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 1 | Line 1
1   /*
2   * Written by Doug Lea with assistance from members of JCP JSR-166
3   * Expert Group and released to the public domain, as explained at
4 < * http://creativecommons.org/licenses/publicdomain
4 > * http://creativecommons.org/publicdomain/zero/1.0/
5   */
6  
7   import java.util.concurrent.*;
# Line 56 | Line 56 | public final class Fib extends Recursive
56          }
57      }
58  
59
59      /** for time conversion */
60      static final long NPS = (1000L * 1000 * 1000);
61  
# Line 80 | Line 79 | public final class Fib extends Recursive
79          System.out.println();
80      }
81  
83
82      // Initialized with argument; replaced with result
83      int number;
84  
# Line 116 | Line 114 | public final class Fib extends Recursive
114      }
115  
116   }
119

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines