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

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/DataLoader.java

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

revision 2350 by torben, Mon Feb 23 15:11:39 2015 UTC revision 2351 by torben, Mon Feb 23 15:20:10 2015 UTC
# Line 13  public class DataLoader { Line 13  public class DataLoader {
13          ServiceConfig config;          ServiceConfig config;
14                    
15          ServletContext ctxt;          ServletContext ctxt;
16          public DataLoader(ServletContext ctxt) {          public DataLoader(ServletContext ctxt,ServiceConfig conf) {
17                  this.ctxt = ctxt;                  this.ctxt = ctxt;
18                                    
19                  config = (ServiceConfig) ctxt.getAttribute("config");                  config = conf;
20          }          }
21                    
22          public void doLoad() {          public void doLoad() {

Legend:
Removed from v.2350  
changed lines
  Added in v.2351

  ViewVC Help
Powered by ViewVC 1.1.20