diff --git a/backend/core/src/main/java/org/opencdmp/data/PlanBlueprintEntity.java b/backend/core/src/main/java/org/opencdmp/data/PlanBlueprintEntity.java index ebbedd977..29777ecfd 100644 --- a/backend/core/src/main/java/org/opencdmp/data/PlanBlueprintEntity.java +++ b/backend/core/src/main/java/org/opencdmp/data/PlanBlueprintEntity.java @@ -5,7 +5,7 @@ import org.hibernate.annotations.Type; import org.opencdmp.commons.enums.IsActive; import org.opencdmp.commons.enums.PlanBlueprintStatus; import org.opencdmp.commons.enums.PlanBlueprintVersionStatus; -import org.opencdmp.data.converters.PlanBlueprintVersionStatusConverter; +import org.opencdmp.data.converters.enums.PlanBlueprintVersionStatusConverter; import org.opencdmp.data.converters.enums.IsActiveConverter; import org.opencdmp.data.converters.enums.PlanBlueprintStatusConverter; import org.opencdmp.data.tenant.TenantScopedBaseEntity;