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

Commit 63c8c493 authored by Jim Miller's avatar Jim Miller
Browse files

Fix the build

Change-Id: I15cc8d517a1713b003aad396aa5d2b29cb808338
parent e564c00e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ public class FingerprintManager {
        /**
         * Called when the given fingerprint can't be removed.
         * @param fp the fingerprint that the call attempted to remove.
         * @parame errMsgId an associated error message id.
         * @param errMsgId an associated error message id.
         * @param errString an error message indicating why the fingerprint id can't be removed.
         */
        public abstract void onRemovalError(Fingerprint fp, int errMsgId, CharSequence errString);