Ignore:
Timestamp:
2015-05-20T02:46:51+02:00 (9 years ago)
Author:
Don-vip
Message:

fix some minor Sonar issues

File:
1 edited

Legend:

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

    r8390 r8401  
    7777     *  <li>relative or absolute file name</li>
    7878     *  <li>{@code file:///SOME/FILE} the same as above</li>
    79      *  <li>{@code http://...} a URL. It will be cached on disk.</li></ul>
     79     *  <li>{@code http://...} a URL. It will be cached on disk.</li>
    8080     *  <li>{@code resource://SOME/FILE} file from the classpath (usually in the current *.jar)</li>
    81      *  <li>{@code josmdir://SOME/FILE} file inside josm user data directory (since r7058)</li></ul>
     81     *  <li>{@code josmdir://SOME/FILE} file inside josm user data directory (since r7058)</li>
    8282     *  <li>{@code josmplugindir://SOME/FILE} file inside josm plugin directory (since r7834)</li></ul>
    8383     */
     
    9191     *  <li>relative or absolute file name</li>
    9292     *  <li>{@code file:///SOME/FILE} the same as above</li>
    93      *  <li>{@code http://...} a URL. It will be cached on disk.</li></ul>
     93     *  <li>{@code http://...} a URL. It will be cached on disk.</li>
    9494     *  <li>{@code resource://SOME/FILE} file from the classpath (usually in the current *.jar)</li>
    95      *  <li>{@code josmdir://SOME/FILE} file inside josm user data directory (since r7058)</li></ul>
     95     *  <li>{@code josmdir://SOME/FILE} file inside josm user data directory (since r7058)</li>
    9696     *  <li>{@code josmplugindir://SOME/FILE} file inside josm plugin directory (since r7834)</li></ul>
    9797     * @return this object
Note: See TracChangeset for help on using the changeset viewer.