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

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

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

revision 900 by torben, Tue Jun 1 06:34:40 2010 UTC revision 901 by torben, Thu Jun 24 22:14:36 2010 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.900  
changed lines
  Added in v.901

  ViewVC Help
Powered by ViewVC 1.1.20