/[projects]/miscJava/Test3/src/main/java/dk/thoerup/asyncsamples/WorkManagerSample.java
ViewVC logotype

Diff of /miscJava/Test3/src/main/java/dk/thoerup/asyncsamples/WorkManagerSample.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

miscJava/Test3/src/dk/thoerup/asyncsamples/WorkManagerSample.java revision 773 by torben, Tue Jun 1 06:34:40 2010 UTC miscJava/Test3/src/main/java/dk/thoerup/asyncsamples/WorkManagerSample.java revision 2446 by torben, Fri Mar 20 08:12:57 2015 UTC
# Line 60  public class WorkManagerSample extends H Line 60  public class WorkManagerSample extends H
60                  final String threadPoolName = "thread-pool-1";                  final String threadPoolName = "thread-pool-1";
61    
62                  try {                  try {
63                          mgr = new CommonWorkManager(threadPoolName, rt, null);                          mgr = new CommonWorkManager(threadPoolName, rt, null, null);
64    
65                  } catch (Exception e) {                  } catch (Exception e) {
66                          logger.log(Level.SEVERE, "error", e);                          logger.log(Level.SEVERE, "error", e);

Legend:
Removed from v.773  
changed lines
  Added in v.2446

  ViewVC Help
Powered by ViewVC 1.1.20