Changeset 9078 in josm for trunk/src/org/openstreetmap/josm/tools/AudioPlayer.java
- Timestamp:
- 2015-12-02T00:05:09+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/AudioPlayer.java
r8928 r9078 36 36 private State state; 37 37 private URL playingUrl; 38 private double leadIn; // seconds 39 private double calibration; // ratio of purported duration of samples to true duration 38 private final double leadIn; // seconds 39 private final double calibration; // ratio of purported duration of samples to true duration 40 40 private double position; // seconds 41 41 private double bytesPerSecond; … … 114 114 } 115 115 116 private Execute command; 116 private final Execute command; 117 117 118 118 /**
Note:
See TracChangeset
for help on using the changeset viewer.