]> source.dussan.org Git - aspectj.git/commit
AjBuildConfig: simplify null classpath removal from path list
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 26 Jun 2021 02:23:41 +0000 (09:23 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 26 Jun 2021 09:23:26 +0000 (16:23 +0700)
commitdfcf1d77a65344934f0e642907819f16b5a3af0a
tree625638c20baaa71c73442816f3c69df01ba987e8
parent18b5bb07747084fb0857148139260c085bfb196f
AjBuildConfig: simplify null classpath removal from path list

Use removeIf(Objects::isNull) instead of old-fashioned iterator loop.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
org.aspectj.ajdt.core/src/main/java/org/aspectj/ajdt/internal/core/builder/AjBuildConfig.java