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

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

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

revision 2588 by torben, Sun Jun 14 14:54:10 2015 UTC revision 2589 by torben, Sun Jun 14 15:15:00 2015 UTC
# Line 121  public class LookupMain { Line 121  public class LookupMain {
121                                                    
122                                                    
123                                  if (result.bedsteAfstand <= consts.getMaxDistance() ) { //Gem kun hvis distancen er under max_distance for distributøren                                  if (result.bedsteAfstand <= consts.getMaxDistance() ) { //Gem kun hvis distancen er under max_distance for distributøren
124                                          if (LookupMain.verbose == true) {                                          if (verbose == true) {
125                                                  logger.fine("(" +workerId + ") Bedste: " + qAdresse + "==>" + result.bedsteAdr + " ::: " + result.bedsteAfstand );                                                  logger.fine("(" +workerId + ") Bedste: " + qAdresse + "==>" + result.bedsteAdr + " ::: " + result.bedsteAfstand );
126                                          }                                          }
127                                                                                    
# Line 136  public class LookupMain { Line 136  public class LookupMain {
136                                                  System.exit(0); //hvis at indsættelsen fejler skal vi afbryde med det samme                                                  System.exit(0); //hvis at indsættelsen fejler skal vi afbryde med det samme
137                                          }                                          }
138                                  } else {                                  } else {
139                                          if (LookupMain.verbose == true) {                                          if (verbose == true) {
140                                                  System.out.println("For stor afstand: " + qAdresse + " > " + result.bedsteAfstand);                                                  System.out.println("For stor afstand: " + qAdresse + " > " + result.bedsteAfstand);
141                                          }                                          }
142                                  }                                  }

Legend:
Removed from v.2588  
changed lines
  Added in v.2589

  ViewVC Help
Powered by ViewVC 1.1.20