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

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

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

revision 2626 by torben, Wed Jul 15 13:42:30 2015 UTC revision 2627 by torben, Fri Jul 17 08:39:41 2015 UTC
# Line 81  public class DatabaseLayerImplementation Line 81  public class DatabaseLayerImplementation
81                                  list.add(a);                                  list.add(a);
82                          }                          }
83                          res.close();                          res.close();
                         stmt.close();  
                         conn.close();  
84                                                    
85                          System.out.println("Loaded " + list.size() + " adresses");                          System.out.println("Loaded " + list.size() + " adresses");
86                                                    

Legend:
Removed from v.2626  
changed lines
  Added in v.2627

  ViewVC Help
Powered by ViewVC 1.1.20