Skip to content

Commit 154ec97

Browse files
committed
Issue 22: Set up a project documentation site using mkdocs and publish it to github.io
Add code examples.
1 parent 796da02 commit 154ec97

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/content/reference/examples/mina-example.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public FileSystemFactory createFileSystemFactory(String bucketName)
4141
{
4242
FileSystem fileSystem = FileSystems.newFileSystem(new URI("s3:///"),
4343
env,
44-
Thread.currentThread().getContextClassLoader());
44+
Thread.currentThread()
45+
.getContextClassLoader());
4546

4647
String bucketPath = fileSystem.getPath("/" + bucketName);
4748

0 commit comments

Comments
 (0)