Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
73596c5a
Commit
73596c5a
authored
17 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
minor: fix javadoc warning
SVN: 1758
parent
102de682
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java
+2
-2
2 additions, 2 deletions
...java/ch/systemsx/cisd/common/utilities/FileUtilities.java
with
2 additions
and
2 deletions
common/source/java/ch/systemsx/cisd/common/utilities/FileUtilities.java
+
2
−
2
View file @
73596c5a
...
@@ -435,8 +435,8 @@ public final class FileUtilities
...
@@ -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
* @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.
* 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
* @param regex pattern to find out the counter. If <code>null</code> then
a default (<code>(\\d+)</code>)
will be
*
taken
. The given <var>regex</var> must contain <code>(\\d+)</code> or <code>([0-9]+)</code>.
*
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
)
public
final
static
File
createNextNumberedFile
(
File
path
,
Pattern
regex
,
String
defaultFileName
)
{
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment