Remove redundant inspection suppressions

This commit is contained in:
chickeneer
2021-12-21 20:46:36 -06:00
parent 59de061bea
commit 3295b82df6
8 changed files with 7 additions and 16 deletions
@@ -55,7 +55,6 @@ public class ACFVelocityUtil {
}
Optional<Player> exactMatch = server.getPlayer(partialName);
//noinspection OptionalIsPresent
if (exactMatch.isPresent()) {
return Collections.singleton(exactMatch.get());
}