ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.11 by jsr166, Wed Aug 12 04:10:59 2009 UTC vs.
Revision 1.12 by jsr166, Mon Nov 16 04:57:09 2009 UTC

# Line 1104 | Line 1104 | public class ForkJoinPool extends Abstra
1104      }
1105  
1106      private static String runStateToString(int rs) {
1107 <        switch(rs) {
1107 >        switch (rs) {
1108          case RUNNING: return "Running";
1109          case SHUTDOWN: return "Shutting down";
1110          case TERMINATING: return "Terminating";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines