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/gui/download/BookmarkList.java

    r7027 r8291  
    3939         * Constructs a new {@code Bookmark} with the given contents.
    4040         * @param list Bookmark contents as a list of 5 elements. First item is the name, then come bounds arguments (minlat, minlon, maxlat, maxlon)
    41          * @throws NumberFormatException If the bounds arguments are not numbers
    42          * @throws IllegalArgumentException If list contain less than 5 elements
     41         * @throws NumberFormatException if the bounds arguments are not numbers
     42         * @throws IllegalArgumentException if list contain less than 5 elements
    4343         */
    4444        public Bookmark(Collection<String> list) throws NumberFormatException, IllegalArgumentException {
Note: See TracChangeset for help on using the changeset viewer.