|
* Group the class under the Language doc group, matching
the MessageCache class for which MessageCacheUpdate is a utility.
* Mark the class as internal. This class was created in 2018 with
Ie5e1e83d6740344b7 specifically for use in MessageCache.php. I can't
think of a use case outside of that, and indeed it has no references
outside this file (per Codesearch/Everywhere).
Follows-up Ibd40734b96fd, which namespaced this class under Deferred.
Remove both the global class alias and the Deferred alias, since
the class is now internal and requires no back compat aliases.
Bug: T364652
Change-Id: I3bd99e935c2c9bab8b674d06c388a995ea2c2c07
|