Formatting

This commit is contained in:
Andrew Donald Kennedy 2012-02-09 03:16:47 +00:00
parent 8185b28041
commit 3f8bf7e746
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ public class ResourceType<T extends ResourceType<T>> implements URISupplier {
/** /**
* Set of optional links to an entity or operation associated with this object. * Set of optional links to an entity or operation associated with this object.
*/ */
public Set<Link>getLinks() { public Set<Link> getLinks() {
return links; return links;
} }