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/OsmChangeReader.java

    r7937 r8291  
    103103     *
    104104     * @return the dataset with the parsed data
    105      * @throws IllegalDataException thrown if the an error was found while parsing the data from the source
    106      * @throws IllegalArgumentException thrown if source is <code>null</code>
     105     * @throws IllegalDataException if the an error was found while parsing the data from the source
     106     * @throws IllegalArgumentException if source is <code>null</code>
    107107     */
    108108    public static DataSet parseDataSet(InputStream source, ProgressMonitor progressMonitor) throws IllegalDataException {
Note: See TracChangeset for help on using the changeset viewer.