mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +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));
|
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user