/[projects]/dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/tasks/Task.java
ViewVC logotype

Diff of /dao/DaoAdresseVedligehold/src/main/java/dk/daoas/adressevedligehold/tasks/Task.java

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

revision 2917 by torben, Thu Feb 4 09:23:13 2016 UTC revision 2918 by torben, Thu Feb 4 14:40:36 2016 UTC
# Line 117  public abstract class Task implements Ru Line 117  public abstract class Task implements Ru
117                  return this.errorMsg;                  return this.errorMsg;
118          }          }
119                    
120            @Override
121            public final boolean equals(Object o) {
122                    Task otherTask = (Task) o;
123                    
124                    return this.getId() == otherTask.getId();
125            }
126            
127          /**          /**
128           * @throws Exception           * @throws Exception
129           *           *

Legend:
Removed from v.2917  
changed lines
  Added in v.2918

  ViewVC Help
Powered by ViewVC 1.1.20