resolve LGTM alert

This commit is contained in:
ammanabrolua
2022-07-14 11:52:17 +02:00
committed by GitHub
parent 449dfe0eb0
commit 41ac87d42f

View File

@@ -225,7 +225,7 @@ public final class CreateAdministrator {
if (s != null) {
s = s.trim();
if (s.toLowerCase().startsWith("y") && password != null) {
if (s.toLowerCase().startsWith("y")) {
dataOK = true;
}
}