Added authorship and formatted code

This commit is contained in:
Luca Frosini 2024-11-06 15:00:37 +01:00
parent 027da0216e
commit f205927545
1 changed files with 4 additions and 1 deletions

View File

@ -33,11 +33,14 @@ import com.orientechnologies.orient.core.record.OEdge;
import com.orientechnologies.orient.core.record.OElement; import com.orientechnologies.orient.core.record.OElement;
import com.orientechnologies.orient.core.record.OVertex; import com.orientechnologies.orient.core.record.OVertex;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class ERManagementUtility { public class ERManagementUtility {
private static Logger staticLogger = LoggerFactory.getLogger(ERManagementUtility.class); private static Logger staticLogger = LoggerFactory.getLogger(ERManagementUtility.class);
public static ElementManagement<?,?> getERManagement(String type) throws ResourceRegistryException { public static ElementManagement<?,?> getERManagement(String type) throws ResourceRegistryException {
AccessType accessType = TypesCache.getInstance().getCachedType(type).getAccessType(); AccessType accessType = TypesCache.getInstance().getCachedType(type).getAccessType();