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/conflict/pair/properties/PropertiesMergeModel.java

    r7005 r8291  
    260260     * @param decision the decision (must not be null)
    261261     *
    262      * @throws IllegalArgumentException thrown, if decision is null
    263      */
    264     public void decideDeletedStateConflict(MergeDecisionType decision) throws IllegalArgumentException{
     262     * @throws IllegalArgumentException if decision is null
     263     */
     264    public void decideDeletedStateConflict(MergeDecisionType decision) {
    265265        CheckParameterUtil.ensureParameterNotNull(decision, "decision");
    266266
Note: See TracChangeset for help on using the changeset viewer.