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

Commit 328ae8ff authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix comment" into main

parents 83c474c0 e178d12d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3620,8 +3620,6 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
            }
            default -> {
                Slogf.wtf(LOG_TAG, "Unhandled password complexity: " + passwordComplexity);
                // The following line is unreachable as Slogf.wtf crashes the process.
                // But we need this to avoid compilation error missing return statement.
                return DEVICE_POLICY_STATE__PASSWORD_COMPLEXITY__COMPLEXITY_UNSPECIFIED;
            }
        }