Polish MustacheTemplate's javadoc

This commit is contained in:
Andy Wilkinson
2016-05-17 17:15:01 +01:00
parent 2417e9588d
commit b81c03646f

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
*/