/[projects]/dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/AddressSearch.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/main/java/dk/daoas/daoadresseservice/AddressSearch.java

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

revision 2817 by torben, Fri Jan 15 08:11:58 2016 UTC revision 2818 by torben, Fri Jan 15 08:18:37 2016 UTC
# Line 415  public class AddressSearch { Line 415  public class AddressSearch {
415                  }                  }
416                  System.out.println("Anvendte " + vaskCount + " aliaser fra databasen");                  System.out.println("Anvendte " + vaskCount + " aliaser fra databasen");
417                                    
418                    aliasList.clear();//cleanup inden stage3
419                    
420                                    
421                  ////////////////////////////////////////////////////////////////////////////////////////                  ////////////////////////////////////////////////////////////////////////////////////////
422                  long start3 = System.currentTimeMillis();                  long start3 = System.currentTimeMillis();
# Line 490  public class AddressSearch { Line 492  public class AddressSearch {
492                          }                          }
493                  }                  }
494                                    
495                  // nu skal vi ikke bruge idAddressMap længere                  // cleanup inden stage 4
496                  idAddressMap = null;                  idAddressMap = null;
497                    ruteHelper = null;
498                    korelisteHelper = null;
499                                    
500                  //////////////////////////////////////////////////////////////////////////////////////                  //////////////////////////////////////////////////////////////////////////////////////
501                  long start4 = System.currentTimeMillis();                  long start4 = System.currentTimeMillis();

Legend:
Removed from v.2817  
changed lines
  Added in v.2818

  ViewVC Help
Powered by ViewVC 1.1.20