diff options
Diffstat (limited to 'netx/net/sourceforge/jnlp/util')
-rw-r--r-- | netx/net/sourceforge/jnlp/util/FileUtils.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netx/net/sourceforge/jnlp/util/FileUtils.java b/netx/net/sourceforge/jnlp/util/FileUtils.java index 51081ed..d8e33d4 100644 --- a/netx/net/sourceforge/jnlp/util/FileUtils.java +++ b/netx/net/sourceforge/jnlp/util/FileUtils.java @@ -61,7 +61,7 @@ public final class FileUtils { * Given an input, return a sanitized form of the input suitable for use as * a file/directory name * - * @param input + * @param filename the filename to sanitize. * @return a sanitized version of the input */ public static String sanitizeFileName(String filename) { @@ -172,7 +172,7 @@ public final class FileUtils { /* * use a very simple method: prefix + "..." + suffix * - * where prefix is the beginning part of path (as much as we can squeeze in) + * where prefix is the beginning part of path (as much as we can squeeze in) * and suffix is the end path of path */ |