Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (12 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/util/AdjustmentSynchronizer.java

    r6316 r6830  
    2121
    2222/**
    23  * Synchronizes scrollbar adjustments between a set of {@link Adjustable}s. 
    24  * Whenever the adjustment of one of the registered Adjustables is updated 
     23 * Synchronizes scrollbar adjustments between a set of {@link Adjustable}s.
     24 * Whenever the adjustment of one of the registered Adjustables is updated
    2525 * the adjustment of the other registered Adjustables is adjusted too.
    2626 * @since 6147
     
    101101    /**
    102102     * Wires a {@link JCheckBox} to  the adjustment synchronizer, in such a way that:
    103      * <li>
    104      *   <ol>state changes in the checkbox control whether the adjustable participates
    105      *      in synchronized adjustment</ol>
    106      *   <ol>state changes in this {@link AdjustmentSynchronizer} are reflected in the
    107      *      {@link JCheckBox}</ol>
    108      * </li>
     103     * <ol>
     104     *   <li>state changes in the checkbox control whether the adjustable participates
     105     *      in synchronized adjustment</li>
     106     *   <li>state changes in this {@link AdjustmentSynchronizer} are reflected in the
     107     *      {@link JCheckBox}</li>
     108     * </ol>
    109109     *
    110110     * @param view  the checkbox to control whether an adjustable participates in synchronized adjustment
Note: See TracChangeset for help on using the changeset viewer.