Skip to content

Commit

Permalink
Update devtools/project-core-extension-codestarts/src/main/resources/…
Browse files Browse the repository at this point in the history
…codestarts/quarkus/extension-codestarts/hibernate-orm-codestart/java/src/main/java/org/acme/MyEntity.tpl.qute.java

Co-authored-by: Andy Damevin <[email protected]>
  • Loading branch information
loicmathieu and ia3andy authored Nov 9, 2022
1 parent f86e5bb commit 771e3c5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ public class MyEntity {
}
{/if}
{#if input.selected-extensions-ga.contains('io.quarkus:quarkus-hibernate-orm-panache')}
import io.quarkus.hibernate.orm.panache.PanacheEntity;

import javax.persistence.Entity;
import io.quarkus.hibernate.orm.panache.PanacheEntity;
import javax.persistence.Entity;


/**
Expand Down

0 comments on commit 771e3c5

Please sign in to comment.