mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
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:
parent
3226679898
commit
a33b340778
@ -287,7 +287,7 @@ && packagePresent(quarkusOrmPanachePackage) ) {
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user