#1200 - Removed deprecation of Link.of(String, String).

This commit is contained in:
Oliver Drotbohm
2020-02-11 18:06:39 +01:00
parent 29479b82d9
commit 290b58858a

View File

@@ -198,7 +198,6 @@ public class Link implements Serializable {
* @return
* @since 1.1
*/
@Deprecated
public static Link of(String href, String relation) {
return new Link(href, relation);
}