Ignore:
Timestamp:
2015-07-05T02:25:58+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

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

    r8568 r8570  
    13421342     * Reads the input stream and closes the stream at the end of processing (regardless if an exception was thrown)
    13431343     *
    1344      * @param stream
     1344     * @param stream input stream
    13451345     * @return byte array of data in input stream
    1346      * @throws IOException
     1346     * @throws IOException if any I/O error occurs
    13471347     */
    13481348    public static byte[] readBytesFromStream(InputStream stream) throws IOException {
Note: See TracChangeset for help on using the changeset viewer.