From 24966c812f1d6535221c9b0c6f0951cba325bf9c Mon Sep 17 00:00:00 2001 From: jrandom <jrandom> Date: Wed, 29 Sep 2004 20:12:26 +0000 Subject: [PATCH] javad0c --- core/java/src/net/i2p/util/FileUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/src/net/i2p/util/FileUtil.java b/core/java/src/net/i2p/util/FileUtil.java index 7651d2ba8b..d034a8e635 100644 --- a/core/java/src/net/i2p/util/FileUtil.java +++ b/core/java/src/net/i2p/util/FileUtil.java @@ -33,7 +33,7 @@ public class FileUtil { /** * Delete the path as well as any files or directories underneath it. * - * @param path path to the directory being deleted + * @param target the file or directory being deleted * @param failIfNotEmpty if true, do not delete anything if the directory * is not empty (and return false) * @return true if the path no longer exists (aka was removed), -- GitLab