/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/AddressUtils.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/AddressUtils.java

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

revision 2405 by torben, Fri Feb 27 11:40:08 2015 UTC revision 2406 by torben, Fri Feb 27 12:35:29 2015 UTC
# Line 59  public class AddressUtils { Line 59  public class AddressUtils {
59                                  c = fjernAccentTegn(c);                                  c = fjernAccentTegn(c);
60                                                                    
61                                  sb.append( c );                                  sb.append( c );
62                            } else if ( Character.isDigit(c)) {
63                                    sb.append(c);
64                          }                          }
65                            
66                  }                                }              
67                                    
68                  return sb.toString();                  return sb.toString();

Legend:
Removed from v.2405  
changed lines
  Added in v.2406

  ViewVC Help
Powered by ViewVC 1.1.20