Closes gh-7403
This commit is contained in:
Johnny Lim
2016-11-16 22:26:39 +09:00
committed by Phillip Webb
parent 387a406aad
commit 8038882d46
12 changed files with 21 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ public class ExplodedArchive implements Archive {
* Create a new {@link ExplodedArchive} instance.
* @param root the root folder
* @param recursive if recursive searching should be used to locate the manifest.
* Defaults to {@code true}, folders with a large tree might want to set this to {code
* Defaults to {@code true}, folders with a large tree might want to set this to {@code
* false}.
*/
public ExplodedArchive(File root, boolean recursive) {