Ignore:
Timestamp:
2014-05-01T16:28:25+02:00 (10 years ago)
Author:
Don-vip
Message:

see #8465 - last batch of try-with-resources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/AudioUtil.java

    r7033 r7037  
    3838                * audioFormat.getFrameSize() /* bytes per frame */;
    3939            double naturalLength = filesize / bytesPerSecond;
    40             Utils.close(audioInputStream);
    4140            double calibration = Main.pref.getDouble("audio.calibration", 1.0 /* default, ratio */);
    4241            return naturalLength / calibration;
Note: See TracChangeset for help on using the changeset viewer.