Skip to content

Commit

Permalink
Merge pull request #44747 from FroMage/44728
Browse files Browse the repository at this point in the history
Fixed the hibernate-reactive-panache-deployment package
  • Loading branch information
FroMage authored Nov 26, 2024
2 parents bbc1832 + 7efaafb commit 0ad3119
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.hibernate.reactive.panache.common.deployment;
package io.quarkus.hibernate.reactive.panache.deployment;

import org.jboss.jandex.ClassInfo;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.hibernate.reactive.panache.common.deployment;
package io.quarkus.hibernate.reactive.panache.deployment;

import java.util.Collections;
import java.util.HashSet;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.hibernate.reactive.panache.common.deployment;
package io.quarkus.hibernate.reactive.panache.deployment;

import org.jboss.jandex.IndexView;
import org.objectweb.asm.ClassVisitor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package io.quarkus.hibernate.reactive.panache.common.deployment;
package io.quarkus.hibernate.reactive.panache.deployment;

import io.quarkus.hibernate.reactive.panache.PanacheEntity;
import io.quarkus.hibernate.reactive.panache.PanacheEntityBase;
Expand Down

0 comments on commit 0ad3119

Please sign in to comment.