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

Commit e30dcb50 authored by Felipe Leme's avatar Felipe Leme
Browse files

Fixed method name that was changed in a previous CL.

Bug: 70939974
Test: nope, build is broken, must fix ASAP

Change-Id: I88cf6ccacb5baa097cea26c859b774738bd9b428
parent 25be4e04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -192,7 +192,7 @@ public final class AutofillManagerServiceShellCommand extends ShellCommand {
                pw.println("no score");
            } else {
                pw.print("algorithm: ");
                pw.print(scores.getAlgorithmName());
                pw.print(scores.getAlgorithm());
                pw.print(" score: ");
                pw.println(scores.getScores()[0][0]);
            }