/[projects]/dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java
ViewVC logotype

Diff of /dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Lookup.java

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

revision 2218 by torben, Fri Sep 12 14:05:10 2014 UTC revision 2219 by torben, Fri Sep 12 21:03:06 2014 UTC
# Line 109  public class Lookup { Line 109  public class Lookup {
109                                  Thread.sleep(10);//wait for worker threads                                  Thread.sleep(10);//wait for worker threads
110                          }                          }
111                                                    
112                            db.saveBatch();//Save any unsaved rows
113                            
114                                                    
115                  } catch(Exception e) {                  } catch(Exception e) {
116                          logger.log(Level.WARNING, "Exception during lookup", e);                          logger.log(Level.WARNING, "Exception during lookup", e);
# Line 174  public class Lookup { Line 176  public class Lookup {
176                                    
177                                    
178                                    
                   
179                                    
180                  File confFile = new File( CONFIG_FILENAME );                  File confFile = new File( CONFIG_FILENAME );
181                  if (! confFile.exists() ) {                  if (! confFile.exists() ) {

Legend:
Removed from v.2218  
changed lines
  Added in v.2219

  ViewVC Help
Powered by ViewVC 1.1.20