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

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

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

revision 2902 by torben, Thu Jan 28 16:21:36 2016 UTC revision 2903 by torben, Wed Feb 3 18:45:33 2016 UTC
# Line 41  public class AddressSourceNS extends Abs Line 41  public class AddressSourceNS extends Abs
41                          parts = line.split(",");                          parts = line.split(",");
42                                                    
43                          if (parts.length != 22) {                          if (parts.length != 22) {
                                 System.out.println( line );  
44                                  throw new IOException("Not enough fields in line " + line);                                  throw new IOException("Not enough fields in line " + line);
45                          }                          }
46                  }                  }

Legend:
Removed from v.2902  
changed lines
  Added in v.2903

  ViewVC Help
Powered by ViewVC 1.1.20