Merge "Update language to comply with Android's inclusive language guidance"

This commit is contained in:
Kelly Rossmoyer
2020-07-29 22:52:52 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ void ConfigManager::Startup() {
}
void ConfigManager::StartupForTest() {
// Dummy function to avoid reading configs from disks for tests.
// No-op function to avoid reading configs from disks for tests.
}
void ConfigManager::AddListener(const sp<ConfigListener>& listener) {

View File

@@ -44,7 +44,7 @@ public:
void Startup();
/*
* Dummy initializer for tests.
* No-op initializer for tests.
*/
void StartupForTest();