Ignore:
Timestamp:
27.12.2011 18:25:55 (5 months ago)
Author:
jttt
Message:

Fix exception handling (xml file not valid against xsd can't cause RuntimeException, see #6795), remove unused inner class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/DataSet.java

    r4724 r4726  
    306306     * All data sources of this DataSet. 
    307307     */ 
    308     public Collection<DataSource> dataSources = new LinkedList<DataSource>(); 
     308    public final Collection<DataSource> dataSources = new LinkedList<DataSource>(); 
    309309 
    310310    /** 
Note: See TracChangeset for help on using the changeset viewer.