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

Commit fd8d8944 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Fixed method name that was changed in a previous CL."

parents e4551568 e30dcb50
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]);
            }