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/data/osm/history/History.java

    r7527 r8291  
    4848     * @param type the primitive type. Must not be null.
    4949     * @param versions a list of versions. Can be null.
    50      * @throws IllegalArgumentException thrown if id <= 0
     50     * @throws IllegalArgumentException if id <= 0
    5151     * @throws IllegalArgumentException if type is null
    52      *
    5352     */
    5453    protected History(long id, OsmPrimitiveType type, List<HistoryOsmPrimitive> versions) {
Note: See TracChangeset for help on using the changeset viewer.