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/tools/Utils.java

    r8287 r8291  
    353353     * @param out The destination file
    354354     * @return the path to the target file
    355      * @throws java.io.IOException If any I/O error occurs
    356      * @throws IllegalArgumentException If {@code in} or {@code out} is {@code null}
     355     * @throws IOException if any I/O error occurs
     356     * @throws IllegalArgumentException if {@code in} or {@code out} is {@code null}
    357357     * @since 7003
    358358     */
     
    367367     * @param in The source directory
    368368     * @param out The destination directory
    369      * @throws IOException If any I/O error ooccurs
    370      * @throws IllegalArgumentException If {@code in} or {@code out} is {@code null}
     369     * @throws IOException if any I/O error ooccurs
     370     * @throws IllegalArgumentException if {@code in} or {@code out} is {@code null}
    371371     * @since 7835
    372372     */
Note: See TracChangeset for help on using the changeset viewer.