diff --git a/core/java/src/net/i2p/util/FileUtil.java b/core/java/src/net/i2p/util/FileUtil.java index 7651d2ba8b9d6c9cd609cff92433e0d4412918f5..d034a8e635b108fb2b41cbeebb0319c70e73b973 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),