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

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

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

revision 2838 by torben, Sun Jan 24 21:48:55 2016 UTC revision 2844 by torben, Mon Jan 25 21:43:59 2016 UTC
# Line 7  public interface AddressSource extends A Line 7  public interface AddressSource extends A
7          public String getFilename();          public String getFilename();
8                    
9          public String getDistributor();          public String getDistributor();
10          public AddressSourceEntry getNextEntry() throws IOException ;          
11            
12            public void validate() throws IOException;
13            public AddressSourceEntry getNextEntry() throws IOException;
14    
15  }  }

Legend:
Removed from v.2838  
changed lines
  Added in v.2844

  ViewVC Help
Powered by ViewVC 1.1.20