Merge branch '1.0.x'

This commit is contained in:
Andy Wilkinson
2016-05-17 17:15:19 +01:00

View File

@@ -31,9 +31,7 @@ public class MustacheTemplate implements Template {
private final org.springframework.restdocs.mustache.Template delegate;
/**
* Creates a new {@code MustacheTemplate} that adapts the given {@code delegate}. When
* rendered, the given {@code defaultContext} will be combined with the render context
* prior to executing the delegate.
* Creates a new {@code MustacheTemplate} that adapts the given {@code delegate}.
*
* @param delegate The delegate to adapt
*/