From edc3829ed29d9a44a85884304a43f86483bf7a3f Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Fri, 24 Aug 2007 12:47:05 +0000
Subject: [PATCH] fix: javadoc warning (remove reference to private instance
 variable from javadoc of public method)

SVN: 1481
---
 .../java/ch/systemsx/cisd/common/utilities/FileUtilities.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8c41ad8126e..d164d792017 100644
--- a/common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java
+++ b/common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java
@@ -477,7 +477,7 @@ public final class FileUtilities
      * 
      * @param defaultFileName the default name for the new file if the digit pattern could not be found (probably the
      *            starting file).
-     * @param regex pattern to find out the counter. If <code>null</code> then {@link #ONE_OR_MORE_DIGITS}} will be
+     * @param regex pattern to find out the counter. If <code>null</code> then <code>"(\\d+)"</code> will be
      *            taken. 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