Merge branch '1.5.x'

This commit is contained in:
Phillip Webb
2016-11-16 16:06:53 -08:00
22 changed files with 155 additions and 31 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) {