mirror of https://github.com/apache/jclouds.git
Formatting
This commit is contained in:
parent
8185b28041
commit
3f8bf7e746
|
@ -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.
|
||||
*/
|
||||
public Set<Link>getLinks() {
|
||||
public Set<Link> getLinks() {
|
||||
return links;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue