From 73596c5a5bc51883bc60b5a7f2771bae7134a6df Mon Sep 17 00:00:00 2001 From: brinn <brinn> Date: Fri, 14 Sep 2007 14:30:36 +0000 Subject: [PATCH] minor: fix javadoc warning SVN: 1758 --- .../java/ch/systemsx/cisd/common/utilities/FileUtilities.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java b/common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java index 2e982ad485d..660ca2faaa9 100644 --- a/common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java +++ b/common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java @@ -435,8 +435,8 @@ public final class FileUtilities * * @param defaultFileName the default name for the new file if the digit pattern could not be found in its name. If * empty then "1" will be appended to its name. - * @param regex pattern to find out the counter. If <code>null</code> then {@link #ONE_OR_MORE_DIGITS} will be - * taken. The given <var>regex</var> must contain <code>(\\d+)</code> or <code>([0-9]+)</code>. + * @param regex pattern to find out the counter. If <code>null</code> then a default (<code>(\\d+)</code>) will be + * used. The given <var>regex</var> must contain <code>(\\d+)</code> or <code>([0-9]+)</code>. */ public final static File createNextNumberedFile(File path, Pattern regex, String defaultFileName) { -- GitLab