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

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

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

revision 2859 by torben, Thu Jan 28 10:27:13 2016 UTC revision 2860 by torben, Thu Jan 28 10:57:26 2016 UTC
# Line 22  import dk.daoas.adressevedligehold.util. Line 22  import dk.daoas.adressevedligehold.util.
22    
23  public class AddressReport {  public class AddressReport {
24                    
25          class NumEntry {          static class NumEntry {
26                  int open = 0;                  int open = 0;
27                  int closed = 0;                  int closed = 0;
28                  int modified = 0;                  int modified = 0;
# Line 43  public class AddressReport { Line 43  public class AddressReport {
43                          this.created += other.created;                          this.created += other.created;
44                  }                  }
45          }          }
46          class WeekEntry {          static class WeekEntry {
47                  NumEntry man = new NumEntry();                  NumEntry man = new NumEntry();
48                  NumEntry tir = new NumEntry();                  NumEntry tir = new NumEntry();
49                  NumEntry ons = new NumEntry();                  NumEntry ons = new NumEntry();

Legend:
Removed from v.2859  
changed lines
  Added in v.2860

  ViewVC Help
Powered by ViewVC 1.1.20