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

Commit eeb74b53 authored by Brad Ebinger's avatar Brad Ebinger Committed by android-build-merger
Browse files

Merge "Remove obsolete @VisibleForTesting Annotation" am: 1e8249a1

am: 2c8ace07

Change-Id: Id3a599b4cba60c595b8735b0892c3b340eb94e4b
parents ee7267f8 2c8ace07
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ import com.android.ims.internal.IImsCallSession;
import com.android.ims.internal.IImsEcbm;
import com.android.ims.internal.IImsMultiEndpoint;
import com.android.ims.internal.IImsUt;
import com.android.internal.annotations.VisibleForTesting;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@@ -233,7 +232,6 @@ public class MmTelFeature extends ImsFeature {
         * @see #addCapabilities(int)
         * @see #removeCapabilities(int)
         */
        @VisibleForTesting
        public MmTelCapabilities() {
            super();
        }