Added @ThreadSafe.
This commit is contained in:
@@ -5,11 +5,13 @@ import java.util.List;
|
||||
/**
|
||||
* Provides access to the file systems of the current machine.
|
||||
*/
|
||||
@ThreadSafe
|
||||
public interface FileSystems extends NativeIntegration {
|
||||
/**
|
||||
* Returns the set of all file systems for the current machine.
|
||||
*
|
||||
* @throws NativeException On failure.
|
||||
*/
|
||||
@ThreadSafe
|
||||
List<FileSystem> getFileSystems() throws NativeException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user