mirror of https://github.com/apache/jclouds.git
Fixing javadoc typo
This commit is contained in:
parent
fc2d949ae2
commit
0ceb403a91
|
@ -52,7 +52,7 @@ public class Service implements Comparable<Service> {
|
|||
protected Set<Endpoint> endpoints = ImmutableSet.of();
|
||||
|
||||
/**
|
||||
* @see Service#getId()
|
||||
* @see Service#getType()
|
||||
*/
|
||||
public Builder type(String type) {
|
||||
this.type = checkNotNull(type, "type");
|
||||
|
|
Loading…
Reference in New Issue