From 071de78a6d93c6c01ef26dd3f97dfa979edd265a Mon Sep 17 00:00:00 2001 From: mcilwain Date: Tue, 4 Oct 2016 06:58:23 -0700 Subject: [PATCH] Remove last stray mention of gTech ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135101061 --- java/google/registry/tools/RegistryCli.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/google/registry/tools/RegistryCli.java b/java/google/registry/tools/RegistryCli.java index 5a3815787..f0841f1e9 100644 --- a/java/google/registry/tools/RegistryCli.java +++ b/java/google/registry/tools/RegistryCli.java @@ -50,7 +50,7 @@ final class RegistryCli { // The > wildcard looks a little funny, but is needed so that // we can accept maps with value types that are subtypes of Class rather than - // literally that type (e.g. Class). For more explanation, see: + // literally that type. For more explanation, see: // http://www.angelikalanger.com/GenericsFAQ/FAQSections/TypeArguments.html#FAQ104 void run( String programName,