|
|
@@ -8,12 +8,11 @@ package scot.carricksoftware.grants.domains.text;
|
|
|
import jakarta.persistence.Entity;
|
|
|
import jakarta.persistence.JoinColumn;
|
|
|
import jakarta.persistence.ManyToOne;
|
|
|
-import scot.carricksoftware.grants.BaseEntity;
|
|
|
import scot.carricksoftware.grants.domains.places.Place;
|
|
|
|
|
|
|
|
|
@Entity
|
|
|
-public class PlaceText extends BaseEntity {
|
|
|
+public class PlaceText extends Text {
|
|
|
|
|
|
@SuppressWarnings("JpaDataSourceORMInspection")
|
|
|
@ManyToOne
|