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

Comparing jsr166/src/test/loops/Microscope.java (file contents):
Revision 1.13 by jsr166, Thu Jan 15 18:34:19 2015 UTC vs.
Revision 1.14 by jsr166, Thu Jan 15 18:35:03 2015 UTC

# Line 923 | Line 923 | public class Microscope extends JPanel {
923      }
924  
925      /**
926 <     * Implements a classic all-possible-move search algorith using
926 >     * Implements a classic all-possible-move search algorithm using
927       * ForkJoinTasks.  The move finder is not all that smart. Among
928       * other possible improvements, it could keep a cache of explored
929       * moves and avoid repeating them. This would likely speed it up

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines