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
6aae0593
Commit
6aae0593
authored
17 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
minor: improve javadoc comment
SVN: 2138
parent
91f24a2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
datamover/source/java/ch/systemsx/cisd/datamover/filesystem/intf/FileStore.java
+2
-2
2 additions, 2 deletions
...ch/systemsx/cisd/datamover/filesystem/intf/FileStore.java
with
2 additions
and
2 deletions
datamover/source/java/ch/systemsx/cisd/datamover/filesystem/intf/FileStore.java
+
2
−
2
View file @
6aae0593
...
@@ -114,8 +114,8 @@ public abstract class FileStore
...
@@ -114,8 +114,8 @@ public abstract class FileStore
/**
/**
* Returns <code>true</code>, if the file store resides on a remote computer and <code>false</code> otherwise.
* Returns <code>true</code>, if the file store resides on a remote computer and <code>false</code> otherwise.
* <p>
* <p>
* Note that
the resource does not have to be on a remote host. Instead it can reside on a remote share mounted on
* Note that
even if this method returns <code>true</code> paths on this file system might be reached via local
*
local host
via NFS or CIFS.
*
file system operation, if the remote file system is provided as a remote share and mounted
via NFS or CIFS.
*/
*/
public
final
boolean
isRemote
()
public
final
boolean
isRemote
()
{
{
...
...
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