objectcache: Remove "for b/c" from internal ObjectCacheFactory comment
Follows-up 7475063bfd. We don't usually keep back-compat between
a subject and its own tests. It looks like the tests don't have
an alternative way to set or test this, so perhaps this is not for
back-compat but rather for internal usage in tests.
Change-Id: I4d212433326592589a45d71a081c4d01377e689b
This commit is contained in:
parent
40818ea030
commit
ca82b89232
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ class ObjectCacheFactory {
|
|||
/** @var callable */
|
||||
private $dbLoadBalancerFactory;
|
||||
/**
|
||||
* @internal ObjectCacheTest only, needed for b/c.
|
||||
* @internal ObjectCacheTest only
|
||||
* @var string
|
||||
*/
|
||||
public static $localServerCacheClass;
|
||||
|
|
|
|||
Loading…
Reference in a new issue