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

Commit 35cbc4d2 authored by Parth Sane's avatar Parth Sane
Browse files

Add clarifying comment on enableAddServiceCache

Test: N/A
Flag: exempt refactor
Bug: N/A
Change-Id: I58a13383812d4821299346914795a2d4312781f4
parent 483de127
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ public:

    /**
     * Directly enable or disable caching binder during addService calls.
     * Only used for testing.
     * Only used for testing. This is enabled by default.
     */
    virtual void enableAddServiceCache(bool value) = 0;
};