Ignore:
Timestamp:
2015-05-23T01:40:23+02:00 (9 years ago)
Author:
Don-vip
Message:

Sonar: various code style cleanup:

  • fix copyright
  • classes that should be final
  • order of javadoc At-clauses
  • unexpected spaces before parenthesis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/CacheCustomContent.java

    r8332 r8419  
    1414/**
    1515 * Use this class if you want to cache and store a single file that gets updated regularly.
    16  * Unless you flush() it will be kept in memory. If you want to cache a lot of data and/or files,
    17  * use CacheFiles
     16 * Unless you flush() it will be kept in memory. If you want to cache a lot of data and/or files, use CacheFiles.
     17 * @author xeen
    1818 * @param <T> a {@link Throwable} that may be thrown during {@link #updateData()},
    1919 * use {@link RuntimeException} if no exception must be handled.
    20  * @author xeen
    2120 * @since 1450
    2221 */
Note: See TracChangeset for help on using the changeset viewer.