--- jsr166/src/test/loops/FJJacobi.java 2010/09/20 20:42:37 1.7 +++ jsr166/src/test/loops/FJJacobi.java 2010/10/16 16:22:56 1.8 @@ -15,8 +15,7 @@ public class FJJacobi { /** * The maximum number of matrix cells * at which to stop recursing down and instead directly update. - **/ - + */ static final double EPSILON = 0.0001; // convergence criterion public static void main(String[] args) throws Exception {