Skip to content
Snippets Groups Projects
Commit 6aae0593 authored by brinn's avatar brinn
Browse files

minor: improve javadoc comment

SVN: 2138
parent 91f24a2b
No related branches found
No related tags found
No related merge requests found
...@@ -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()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment