1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 20:24:22 +00:00

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));
}
/** 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(
final TokenType type,
StringGenerator generator,