mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02:00
Remove last stray mention of gTech
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135101061
This commit is contained in:
parent
3b02d77ceb
commit
071de78a6d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ final class RegistryCli {
|
||||||
|
|
||||||
// The <? extends Class<? extends Command>> wildcard looks a little funny, but is needed so that
|
// The <? extends Class<? extends Command>> wildcard looks a little funny, but is needed so that
|
||||||
// we can accept maps with value types that are subtypes of Class<? extends Command> rather than
|
// we can accept maps with value types that are subtypes of Class<? extends Command> rather than
|
||||||
// literally that type (e.g. Class<? extends GtechCommand>). For more explanation, see:
|
// literally that type. For more explanation, see:
|
||||||
// http://www.angelikalanger.com/GenericsFAQ/FAQSections/TypeArguments.html#FAQ104
|
// http://www.angelikalanger.com/GenericsFAQ/FAQSections/TypeArguments.html#FAQ104
|
||||||
void run(
|
void run(
|
||||||
String programName,
|
String programName,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue