Ignore:
Timestamp:
2015-04-29T01:44:01+02:00 (9 years ago)
Author:
Don-vip
Message:

fix squid:RedundantThrowsDeclarationCheck + consistent Javadoc for exceptions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmReader.java

    r8126 r8291  
    644644     *
    645645     * @return the dataset with the parsed data
    646      * @throws IllegalDataException thrown if the an error was found while parsing the data from the source
    647      * @throws IllegalArgumentException thrown if source is null
     646     * @throws IllegalDataException if the an error was found while parsing the data from the source
     647     * @throws IllegalArgumentException if source is null
    648648     */
    649649    public static DataSet parseDataSet(InputStream source, ProgressMonitor progressMonitor) throws IllegalDataException {
Note: See TracChangeset for help on using the changeset viewer.