#1014 - Polishing.

Javadoc.
This commit is contained in:
Oliver Drotbohm
2019-07-02 20:06:48 +02:00
parent d1a06bbcc8
commit 81b685d196

View File

@@ -76,7 +76,8 @@ public class RepresentationModel<T extends RepresentationModel<? extends T>> {
/**
* Adds all given {@link Link}s to the resource.
*
* @param links
* @param links must not be {@literal null}.
* @see Links
*/
@SuppressWarnings("unchecked")
public T add(Iterable<Link> links) {