Correct javadoc in LinksSnippet
Closes gh-271
This commit is contained in:
committed by
Andy Wilkinson
parent
8ca1dfa1ad
commit
c6f20f2138
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user