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

Commit f82dfa70 authored by Pavel Grafov's avatar Pavel Grafov
Browse files

Fix compilation warning.

warning: non-varargs call of varargs method with in
exact argument type for last parameter

Bug: none
Test: TH
Change-Id: I535ec031e3cab3ab4832b6fc842e593f3135b811
parent b0b6dee5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18436,7 +18436,7 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
            return;
        }
        new CalculateHasIncompatibleAccountsTask().executeOnExecutor(
                calculateHasIncompatibleAccountsExecutor, null);
                calculateHasIncompatibleAccountsExecutor);
    }
    @Nullable