/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/beans/Address.java
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/beans/Address.java

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

revision 2939 by torben, Thu Feb 11 13:47:59 2016 UTC revision 2940 by torben, Sat Feb 13 06:29:18 2016 UTC
# Line 124  public class Address implements Comparab Line 124  public class Address implements Comparab
124                          return false;                          return false;
125    
126                  Address a = (Address) o;                  Address a = (Address) o;
127                  return (this.id == a.id); //we rely on uniqueness of DB primary key                  return this.id == a.id; //we rely on uniqueness of DB primary key
128          }          }
129                    
130          //Bruges ved afstand anden rute          //Bruges ved afstand anden rute

Legend:
Removed from v.2939  
changed lines
  Added in v.2940

  ViewVC Help
Powered by ViewVC 1.1.20