mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
resolve LGTM alert
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user