mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 12:33:03 +00:00
Run IntelliJ IDEA inspections
This commit is contained in:
parent
c03765803c
commit
73ac6488ce
46 changed files with 134 additions and 158 deletions
|
@ -156,7 +156,7 @@ public class Commandseen extends EssentialsCommand {
|
|||
ess.runTaskAsynchronously(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
final List<String> matches = new ArrayList<String>();
|
||||
final List<String> matches = new ArrayList<>();
|
||||
for (final UUID u : userMap.getAllUniqueUsers()) {
|
||||
final User user = ess.getUserMap().getUser(u);
|
||||
if (user == null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue