mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 06:56:45 +00:00
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…
x
Reference in New Issue
Block a user