Fix TokenUtils Javadoc

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135361690
This commit is contained in:
ctingue 2016-10-06 08:28:58 -07:00 committed by Ben McIlwain
parent 3525205984
commit bba2fb92cc

View file

@ -54,7 +54,7 @@ public final class TokenUtils {
return Iterables.getOnlyElement(createTokens(type, generator, 1)); return Iterables.getOnlyElement(createTokens(type, generator, 1));
} }
/** Generates a {@link Collection} of tokens of a given {@link TokenType}. */ /** Generates an {@link ImmutableSet} of tokens of a given {@link TokenType}. */
public static ImmutableSet<String> createTokens( public static ImmutableSet<String> createTokens(
final TokenType type, final TokenType type,
StringGenerator generator, StringGenerator generator,