samples/deadlock/test/org/apidesign/deadlock/logs/ParallelControlFlowTest.java
changeset 210 acf2c31e22d4
parent 209 1c999569643b
child 263 7e8e995065c5
     1.1 --- a/samples/deadlock/test/org/apidesign/deadlock/logs/ParallelControlFlowTest.java	Sat Jun 14 10:04:51 2008 +0200
     1.2 +++ b/samples/deadlock/test/org/apidesign/deadlock/logs/ParallelControlFlowTest.java	Sat Jun 14 10:04:53 2008 +0200
     1.3 @@ -47,7 +47,7 @@
     1.4              "THREAD: 2nd MSG: cnt: 9",
     1.5              500
     1.6          );
     1.7 -        Parael.main(null);
     1.8 +        Parallel.main(null);
     1.9          fail("Ok, just print the logged output");
    1.10      }
    1.11  // END: test.parallel.test.controlflow
    1.12 @@ -61,7 +61,7 @@
    1.13              "THREAD: 1st MSG: cnt: 6",
    1.14              5000
    1.15          );
    1.16 -        Parael.main(null);
    1.17 +        Parallel.main(null);
    1.18          fail("Ok, just print the logged output");
    1.19      }
    1.20      // END: test.parallel.test.fivetwo