Changeset 9297 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2016-01-04T01:15:29+01:00 (8 years ago)
Author:
Don-vip
Message:

fix #12278 - Fix checkstyle file names (patch by michael2402)

File:
1 edited

Legend:

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

    r9296 r9297  
    461461     * and must contain a single parameter <code>{0}</code> for the file path
    462462     * @return {@code true} if and only if the file is successfully deleted; {@code false} otherwise
    463      * @since XXXX
     463     * @since 9296
    464464     */
    465465    public static boolean deleteFile(File file) {
     
    473473     * and must contain a single parameter <code>{0}</code> for the file path
    474474     * @return {@code true} if and only if the file is successfully deleted; {@code false} otherwise
    475      * @since XXXX
     475     * @since 9296
    476476     */
    477477    public static boolean deleteFile(File file, String warnMsg) {
Note: See TracChangeset for help on using the changeset viewer.