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

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

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

revision 2596 by torben, Sun Jun 14 14:28:21 2015 UTC revision 2597 by torben, Mon Jul 13 10:16:41 2015 UTC
# Line 22  public class Adresse extends GeoPoint { Line 22  public class Adresse extends GeoPoint {
22                  return "Adresse id=" + id+ " postnr=" + postnr + " adresse=" + adresse + " ho=" + ho;                  return "Adresse id=" + id+ " postnr=" + postnr + " adresse=" + adresse + " ho=" + ho;
23          }          }
24                    
25      @Override //Fra KDNodeComparator      /*@Override //Fra KDNodeComparator
26      protected boolean isNodeCompatible(GeoPoint other) {      protected boolean isNodeCompatible(GeoPoint other) {
27          if (! (other instanceof Adresse) ) {          if (! (other instanceof Adresse) ) {
28                  System.out.print("How the hell did this happen?");                  System.out.print("How the hell did this happen?");
# Line 32  public class Adresse extends GeoPoint { Line 32  public class Adresse extends GeoPoint {
32          Adresse addr = (Adresse) other;          Adresse addr = (Adresse) other;
33                    
34          return (this.ho == addr.ho);          return (this.ho == addr.ho);
35      }      }*/
36                    
37  }  }

Legend:
Removed from v.2596  
changed lines
  Added in v.2597

  ViewVC Help
Powered by ViewVC 1.1.20