HHH-14837 - Move to Jakarta EE
- fix ConcreteLike.java from hibernate-jpamodelgen
This commit is contained in:
parent
995e7d9780
commit
47b58f7fa2
|
@ -10,6 +10,6 @@ public class ConcreteLike extends Like<ConcreteLike.Target> {
|
|||
return new Reference<>();
|
||||
}
|
||||
|
||||
public static class Target implements I1, I2 {
|
||||
public static class Target implements Like.I1, Like.I2 {
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue