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

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

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

revision 2541 by torben, Mon May 11 15:24:09 2015 UTC revision 2542 by torben, Mon May 11 15:25:59 2015 UTC
# Line 10  public class LogPersistance  { Line 10  public class LogPersistance  {
10                    
11          ExecutorService threadPool = Executors.newFixedThreadPool(1);          ExecutorService threadPool = Executors.newFixedThreadPool(1);
12                    
13          static class LogPersistanceWorker implements Runnable {          private static class LogPersistanceWorker implements Runnable {
14                  String brugerid;                  String brugerid;
15                  String postnr;                  String postnr;
16                  String adresse;                  String adresse;

Legend:
Removed from v.2541  
changed lines
  Added in v.2542

  ViewVC Help
Powered by ViewVC 1.1.20