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

Commit eef5b61f authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Fix typo in ImsSmsDispatcher TAG." am: f9631b2a

am: 48c06352

Change-Id: If6922c3fb1dd8d4dd60116bb820dc8d824d00546
parents 6aff9e18 48c06352
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -52,7 +52,7 @@ import java.util.concurrent.atomic.AtomicInteger;
 */
 */
public class ImsSmsDispatcher extends SMSDispatcher {
public class ImsSmsDispatcher extends SMSDispatcher {


    private static final String TAG = "ImsSmsDispacher";
    private static final String TAG = "ImsSmsDispatcher";


    @VisibleForTesting
    @VisibleForTesting
    public Map<Integer, SmsTracker> mTrackers = new ConcurrentHashMap<>();
    public Map<Integer, SmsTracker> mTrackers = new ConcurrentHashMap<>();