From c3d5120d374773587abe71acafdccf7a76659f7f Mon Sep 17 00:00:00 2001 From: "CITE\\spapacharalampous" Date: Thu, 22 Aug 2024 10:17:14 +0300 Subject: [PATCH] fix --- .../src/main/java/org/opencdmp/data/PlanBlueprintEntity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;