Fixing imports and code to be aligned with model reorganization

This commit is contained in:
Luca Frosini 2019-10-25 17:45:04 +02:00
parent a682469d53
commit 02781cdecb
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ package org.gcube.informationsystem.orientdb.hooks;
import java.util.Calendar;
import java.util.UUID;
import org.gcube.informationsystem.base.reference.properties.Header;
import org.gcube.informationsystem.model.reference.entities.Entity;
import org.gcube.informationsystem.model.reference.properties.Header;
import org.gcube.informationsystem.model.reference.relations.Relation;
import com.orientechnologies.common.log.OLogManager;