Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f37c919 authored by Kelly Rossmoyer's avatar Kelly Rossmoyer
Browse files

Update language to comply with Android's inclusive language guidance

See https://source.android.com/setup/contribute/respectful-code for reference


BUG=161896447

Change-Id: I7a081cb7385c6db047c4ba369a91ac409f3ab20f
parent abdc06b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public:
    void Startup();

    /*
     * Dummy initializer for tests.
     * No-op initializer for tests.
     */
    void StartupForTest();