From b81c03646fd594e45d97ece21ca299056aabfb18 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 17 May 2016 17:15:01 +0100 Subject: [PATCH] Polish MustacheTemplate's javadoc --- .../restdocs/templates/mustache/MustacheTemplate.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spring-restdocs-core/src/main/java/org/springframework/restdocs/templates/mustache/MustacheTemplate.java b/spring-restdocs-core/src/main/java/org/springframework/restdocs/templates/mustache/MustacheTemplate.java index 9b359edb..cb98ab2a 100644 --- a/spring-restdocs-core/src/main/java/org/springframework/restdocs/templates/mustache/MustacheTemplate.java +++ b/spring-restdocs-core/src/main/java/org/springframework/restdocs/templates/mustache/MustacheTemplate.java @@ -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 */