#1200 - Removed deprecation of Link.of(String, String).
This commit is contained in:
@@ -198,7 +198,6 @@ public class Link implements Serializable {
|
|||||||
* @return
|
* @return
|
||||||
* @since 1.1
|
* @since 1.1
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public static Link of(String href, String relation) {
|
public static Link of(String href, String relation) {
|
||||||
return new Link(href, relation);
|
return new Link(href, relation);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user