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

Commit 5c2cfc51 authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Remove TODOs that are not needed"

am: 0f984230

Change-Id: Ie46a57ce88e25e40193b073c0add69adccc14a79
parents 75bd16d2 0f984230
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ import java.lang.annotation.RetentionPolicy;
 *
 * @hide
 */
// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
public abstract class Callback {

    @Retention(RetentionPolicy.SOURCE)
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@ import android.os.Parcelable;
 *
 * @hide
 */
// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
public final class DistroFormatVersion implements Parcelable {

    private final int mMajorVersion;
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ import android.os.Parcelable;
 *
 * @hide
 */
// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
public final class DistroRulesVersion implements Parcelable {

    private final String mRulesVersion;
+0 −1
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@ import java.util.Arrays;
 * {@link Context#TIME_ZONE_RULES_MANAGER_SERVICE}.
 * @hide
 */
// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
public final class RulesManager {
    private static final String TAG = "timezone.RulesManager";
    private static final boolean DEBUG = false;
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ import java.lang.annotation.RetentionPolicy;
 *
 * @hide
 */
// TODO(nfuller): Expose necessary APIs for OEMs with @SystemApi. http://b/31008728
public final class RulesState implements Parcelable {

    @Retention(RetentionPolicy.SOURCE)
Loading