mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Remove redundant inspection suppressions
This commit is contained in:
@@ -55,7 +55,6 @@ public class ACFVelocityUtil {
|
||||
}
|
||||
|
||||
Optional<Player> exactMatch = server.getPlayer(partialName);
|
||||
//noinspection OptionalIsPresent
|
||||
if (exactMatch.isPresent()) {
|
||||
return Collections.singleton(exactMatch.get());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user