Fixing javadoc typo

This commit is contained in:
Adam Lowe 2012-04-27 16:40:41 +01:00
parent fc2d949ae2
commit 0ceb403a91
1 changed files with 1 additions and 1 deletions

View File

@ -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");