1
0
mirror of https://github.com/google/nomulus synced 2026-01-03 03:35:42 +00:00

Remove last stray mention of gTech

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=135101061
This commit is contained in:
mcilwain
2016-10-04 06:58:23 -07:00
committed by Ben McIlwain
parent 3b02d77ceb
commit 071de78a6d

View File

@@ -50,7 +50,7 @@ final class RegistryCli {
// 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
// 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
void run(
String programName,