mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Fix TokenUtils Javadoc
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135361690
This commit is contained in:
parent
3525205984
commit
bba2fb92cc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue