[core] fix typo (#168)

This commit is contained in:
LoveSy 2021-02-23 02:58:06 +08:00 committed by GitHub
parent 93e0846160
commit a556880228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class UserService {
} else {
try {
users = um.getUsers(true);
} catch (NoSuchFieldError e) {
} catch (NoSuchMethodError e) {
users = um.getUsers(true, true, true);
}
}