#603 - Fix typos

This commit is contained in:
Kulcsár Roland
2017-06-23 21:36:51 +02:00
committed by Greg Turnquist
parent 6d86feb120
commit 82fb6ef9d2
7 changed files with 10 additions and 11 deletions

View File

@@ -85,7 +85,7 @@ public class Link implements Serializable {
*/
public Link(UriTemplate template, String rel) {
Assert.notNull(template, "UriTempalte must not be null!");
Assert.notNull(template, "UriTemplate must not be null!");
Assert.hasText(rel, "Rel must not be null or empty!");
this.template = template;