Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Fix wrong package name in import statement
Browse files Browse the repository at this point in the history
Signed-off-by: Moti Asayag <masayag@redhat.com>
  • Loading branch information
masayag authored and openshift-merge-robot committed May 28, 2023
1 parent 9855ceb commit 0470531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import javax.persistence.JoinColumn;
import javax.persistence.OneToOne;

import com.redhat.parodos.common.AbstractEntity;
import com.redhat.parodos.common.entity.AbstractEntity;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
Expand Down

0 comments on commit 0470531

Please sign in to comment.