diff options
| author | 2020-07-29 22:52:52 +0000 | |
|---|---|---|
| committer | 2020-07-29 22:52:52 +0000 | |
| commit | e859848f9fcb9f6bb710af01acb8ccea12492554 (patch) | |
| tree | aa82a1a4cf9e61cefa3e14c5d00c087a3279b295 | |
| parent | b6488ac518aaeb66aac73f1c0c03851789498221 (diff) | |
| parent | 6f37c919ab986722f45047524ec44229d77bbb0e (diff) | |
Merge "Update language to comply with Android's inclusive language guidance"
| -rw-r--r-- | cmds/statsd/src/config/ConfigManager.cpp | 2 | ||||
| -rw-r--r-- | cmds/statsd/src/config/ConfigManager.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmds/statsd/src/config/ConfigManager.cpp b/cmds/statsd/src/config/ConfigManager.cpp index 3439e89ebc18..13d251ab7736 100644 --- a/cmds/statsd/src/config/ConfigManager.cpp +++ b/cmds/statsd/src/config/ConfigManager.cpp @@ -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) { diff --git a/cmds/statsd/src/config/ConfigManager.h b/cmds/statsd/src/config/ConfigManager.h index dc57f2d2d2b0..1fdec316e499 100644 --- a/cmds/statsd/src/config/ConfigManager.h +++ b/cmds/statsd/src/config/ConfigManager.h @@ -44,7 +44,7 @@ public: void Startup(); /* - * Dummy initializer for tests. + * No-op initializer for tests. */ void StartupForTest(); |