Skip to content

Commit

Permalink
Issue 22: Set up a project documentation site using mkdocs and publis…
Browse files Browse the repository at this point in the history
…h it to github.io

Add code examples.
  • Loading branch information
carlspring authored and steve-todorov committed Sep 13, 2020
1 parent 7d41e30 commit 7a544aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/content/reference/examples/mina-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ public FileSystemFactory createFileSystemFactory(String bucketName)
{
FileSystem fileSystem = FileSystems.newFileSystem(new URI("s3:///"),
env,
Thread.currentThread().getContextClassLoader());
Thread.currentThread()
.getContextClassLoader());

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

Expand Down

0 comments on commit 7a544aa

Please sign in to comment.