- Timestamp:
- 2016-01-04T01:15:29+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/Utils.java
r9296 r9297 461 461 * and must contain a single parameter <code>{0}</code> for the file path 462 462 * @return {@code true} if and only if the file is successfully deleted; {@code false} otherwise 463 * @since XXXX463 * @since 9296 464 464 */ 465 465 public static boolean deleteFile(File file) { … … 473 473 * and must contain a single parameter <code>{0}</code> for the file path 474 474 * @return {@code true} if and only if the file is successfully deleted; {@code false} otherwise 475 * @since XXXX475 * @since 9296 476 476 */ 477 477 public static boolean deleteFile(File file, String warnMsg) {
Note:
See TracChangeset
for help on using the changeset viewer.