Merge "Clean up comment" into pi-dev

am: 12a8fced66

Change-Id: Ie7ad8654f289e9772ea395c362fa9a77be0eb217
This commit is contained in:
Fan Zhang
2018-03-07 23:46:01 +00:00
committed by android-build-merger

View File

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