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

Commit 1e8249a1 authored by Brad Ebinger's avatar Brad Ebinger Committed by Gerrit Code Review
Browse files

Merge "Remove obsolete @VisibleForTesting Annotation"

parents a1474266 8853179f
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();
        }