From c6f20f213860bb09c06fd57fe7ad9541080b2b2d Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Fri, 24 Jun 2016 10:07:42 +0900 Subject: [PATCH] Correct javadoc in LinksSnippet Closes gh-271 --- .../springframework/restdocs/hypermedia/LinksSnippet.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-restdocs-core/src/main/java/org/springframework/restdocs/hypermedia/LinksSnippet.java b/spring-restdocs-core/src/main/java/org/springframework/restdocs/hypermedia/LinksSnippet.java index f0a4cb30..62543d5b 100644 --- a/spring-restdocs-core/src/main/java/org/springframework/restdocs/hypermedia/LinksSnippet.java +++ b/spring-restdocs-core/src/main/java/org/springframework/restdocs/hypermedia/LinksSnippet.java @@ -243,8 +243,8 @@ public class LinksSnippet extends TemplatedSnippet { } /** - * Returns a new {@code RequestHeadersSnippet} configured with this snippet's link - * extractor and attributes, and its descriptors combined with the given + * Returns a new {@code LinksSnippet} configured with this snippet's link extractor + * and attributes, and its descriptors combined with the given * {@code additionalDescriptors}. * @param additionalDescriptors the additional descriptors * @return the new snippet @@ -254,8 +254,8 @@ public class LinksSnippet extends TemplatedSnippet { } /** - * Returns a new {@code RequestHeadersSnippet} configured with this snippet's link - * extractor and attributes, and its descriptors combined with the given + * Returns a new {@code LinksSnippet} configured with this snippet's link extractor + * and attributes, and its descriptors combined with the given * {@code additionalDescriptors}. * @param additionalDescriptors the additional descriptors * @return the new snippet