--- dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Adresse.java 2015/07/13 10:16:41 2597 +++ dao/FuldDaekningWorker/src/dk/daoas/fulddaekning/Adresse.java 2015/08/10 08:59:14 2641 @@ -22,16 +22,4 @@ return "Adresse id=" + id+ " postnr=" + postnr + " adresse=" + adresse + " ho=" + ho; } - /*@Override //Fra KDNodeComparator - protected boolean isNodeCompatible(GeoPoint other) { - if (! (other instanceof Adresse) ) { - System.out.print("How the hell did this happen?"); - System.exit(1); - return false; - } - Adresse addr = (Adresse) other; - - return (this.ho == addr.ho); - }*/ - }