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 f83b15c commit ef91511Copy full SHA for ef91511
README.md
@@ -67,7 +67,7 @@ to follow modern Java practices and will require some changes to existing code:
67
Path folder = Paths.get("FolderYouWantToBag");
68
StandardSupportedAlgorithms algorithm = StandardSupportedAlgorithms.MD5;
69
boolean includeHiddenFiles = false;
70
-Bag bag = BagCreator.bagInPlace(folder, algorithm, includeHiddenFiles);
+Bag bag = BagCreator.bagInPlace(folder, Arrays.asList(algorithm), includeHiddenFiles);
71
```
72
73
##### Read an existing bag (version 0.93 and higher)
0 commit comments