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

javadoc fixes for jdk8 compatibility

Location:
trunk/src/org/openstreetmap/josm/actions/audio
Files:
3 edited

Legend:

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

    r6380 r6830  
    1313
    1414/**
    15  * Play the sound track from the Audio Marker after the one most recently played.<br/>
     15 * Play the sound track from the Audio Marker after the one most recently played.<br>
    1616 * Play from the first such Marker if none has been played, or repeat the last marker if at the end.
    1717 * @since 547
  • trunk/src/org/openstreetmap/josm/actions/audio/AudioPlayPauseAction.java

    r6380 r6830  
    1616
    1717/**
    18  * If not playing, play the sound track from the first Audio Marker, or from the point at which it was paused.<br/>
    19  * If playing, pause the sound.<br/>
     18 * If not playing, play the sound track from the first Audio Marker, or from the point at which it was paused.<br>
     19 * If playing, pause the sound.<br>
    2020 * If fast forwarding or slow forwarding, resume normal speed.
    2121 * @since 547
  • trunk/src/org/openstreetmap/josm/actions/audio/AudioPrevAction.java

    r6380 r6830  
    1313
    1414/**
    15  * Play the sound track from the Audio Marker before the one most recently played.<br/>
     15 * Play the sound track from the Audio Marker before the one most recently played.<br>
    1616 * Play from the first such Marker if none has been played or already at the first marker.
    1717 * @since 547
Note: See TracChangeset for help on using the changeset viewer.