Ignore:
Timestamp:
2012-05-13T11:29:01+02:00 (12 years ago)
Author:
bastiK
Message:

projection: minor improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/projection/Projections.java

    r5234 r5237  
    123123            while ((line = r.readLine()) != null) {
    124124                line = line.trim();
    125                 if (!line.startsWith("#")) {
     125                if (!line.startsWith("#") && !line.isEmpty()) {
    126126                    Matcher m = epsgPattern.matcher(line);
    127127                    if (m.matches()) {
Note: See TracChangeset for help on using the changeset viewer.