We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796da02 commit 154ec97Copy full SHA for 154ec97
docs/content/reference/examples/mina-example.md
@@ -41,7 +41,8 @@ public FileSystemFactory createFileSystemFactory(String bucketName)
41
{
42
FileSystem fileSystem = FileSystems.newFileSystem(new URI("s3:///"),
43
env,
44
- Thread.currentThread().getContextClassLoader());
+ Thread.currentThread()
45
+ .getContextClassLoader());
46
47
String bucketPath = fileSystem.getPath("/" + bucketName);
48
0 commit comments