Changeset 10354 in josm for trunk/src/org


Ignore:
Timestamp:
2016-06-11T23:15:19+02:00 (8 years ago)
Author:
stoecker
Message:

fix revision texts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JosmAction.java

    r10353 r10354  
    171171        }
    172172    }
    173 
    174 
     173   
    175174    /**
    176175     * Installs the listeners to this action.
     
    198197     * Overwrite this if {@link #updateEnabledState()} should be called when the active / availabe layers change. Default is true.
    199198     * @return <code>true</code> if a {@link LayerChangeListener} and a {@link ActiveLayerChangeListener} should be registered.
    200      * @since 10352
     199     * @since 10353
    201200     */
    202201    protected boolean listenToLayerChange() {
     
    207206     * Overwrite this if {@link #updateEnabledState()} should be called when the selection changed. Default is true.
    208207     * @return <code>true</code> if a {@link SelectionChangedListener} should be registered.
    209      * @since 10352
     208     * @since 10353
    210209     */
    211210    protected boolean listenToSelectionChange() {
     
    265264     *
    266265     * @return The layer manager.
    267      * @since 10352
     266     * @since 10353
    268267     */
    269268    public MainLayerManager getLayerManager() {
Note: See TracChangeset for help on using the changeset viewer.