Clean up comment

Bug: 73074893
Test: none
Change-Id: If7dcfcbb2e943d5734239ddb51c0e6ac798b641b
This commit is contained in:
Fan Zhang
2018-03-07 13:36:58 -08:00
parent 3c5aeac39f
commit 9c18ac0554

View File

@@ -34,8 +34,6 @@ import java.util.List;
* Abstract class to consolidate utility between preference controllers and act as an interface
* for Slices. The abstract classes that inherit from this class will act as the direct interfaces
* for each type when plugging into Slices.
*
* TODO (b/73074893) Add Lifecycle Setting method.
*/
public abstract class BasePreferenceController extends AbstractPreferenceController {