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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user