You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalStringMULTIPLE_MAPPING_CHOICES = "Multiple conflicting mapping choices found for %s, which can be remapped to %s or %s. Such issues can be resolved by using fully qualified selectors.";
25
-
publicstaticfinalStringNO_MAPPING_NON_RECURSIVE = "Cannot remap %s because it does not exists in any of the targets %s";
26
-
publicstaticfinalStringNO_MAPPING_RECURSIVE = "Cannot remap %s because it does not exists in any of the targets %s or their parents.";
25
+
publicstaticfinalStringNO_MAPPING_NON_RECURSIVE = "Cannot remap %s because it does not exist in any of the targets %s";
26
+
publicstaticfinalStringNO_MAPPING_RECURSIVE = "Cannot remap %s because it does not exist in any of the targets %s or their parents.";
27
27
publicstaticfinalStringNOT_FULLY_QUALIFIED = "%s is not fully qualified.";
0 commit comments