Refactored the main controller to use regular Spring MVC conventions.
This commit is contained in:
@@ -10,6 +10,9 @@ public class SimpleLink implements Link {
|
||||
private String rel;
|
||||
private URI href;
|
||||
|
||||
public SimpleLink() {
|
||||
}
|
||||
|
||||
public SimpleLink(String rel, URI href) {
|
||||
this.rel = rel;
|
||||
this.href = href;
|
||||
|
||||
Reference in New Issue
Block a user