From 739189d54feb7523a33917dbb1b0d6cf996e554c Mon Sep 17 00:00:00 2001 From: johnlenz Date: Tue, 4 Sep 2018 16:43:06 -0700 Subject: [PATCH] Fix minor typo: refer to the specific type subclass. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211548711 --- src/com/google/javascript/rhino/jstype/JSTypeRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java b/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java index 9a311438a6c..67c1b8c710d 100644 --- a/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java +++ b/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java @@ -385,7 +385,7 @@ private void initializeBuiltInTypes() { NoObjectType noObjectType = new NoObjectType(this); registerNativeType(JSTypeNative.NO_OBJECT_TYPE, noObjectType); - NoObjectType noResolvedType = new NoResolvedType(this); + NoResolvedType noResolvedType = new NoResolvedType(this); registerNativeType(JSTypeNative.NO_RESOLVED_TYPE, noResolvedType); // Array