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

Comparing jsr166/src/main/java/util/concurrent/Executors.java (file contents):
Revision 1.73 by jsr166, Tue Mar 15 19:47:03 2011 UTC vs.
Revision 1.74 by jsr166, Thu Nov 24 02:35:13 2011 UTC

# Line 235 | Line 235 | public class Executors {
235          return new ScheduledThreadPoolExecutor(corePoolSize, threadFactory);
236      }
237  
238
238      /**
239       * Returns an object that delegates all defined {@link
240       * ExecutorService} methods to the given executor, but not any
# Line 671 | Line 670 | public class Executors {
670          }
671      }
672  
674
673      /** Cannot instantiate. */
674      private Executors() {}
675   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines