fix a comment

for some reason my fingers always make this mistake

Signed-off-by: Gavin King <gavin@hibernate.org>
This commit is contained in:
Gavin King 2024-05-27 09:33:21 +02:00
parent 3226679898
commit a33b340778
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ public class HibernateProcessor extends AbstractProcessor {
private static boolean packagePresent(@Nullable PackageElement pack) {
return pack != null
//HHH-18019 ejc always returns a non-null PackageElement
//HHH-18019 ecj always returns a non-null PackageElement
&& !pack.getEnclosedElements().isEmpty();
}