Added authorship and formatted code
This commit is contained in:
parent
027da0216e
commit
f205927545
|
@ -33,11 +33,14 @@ import com.orientechnologies.orient.core.record.OEdge;
|
|||
import com.orientechnologies.orient.core.record.OElement;
|
||||
import com.orientechnologies.orient.core.record.OVertex;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
public class ERManagementUtility {
|
||||
|
||||
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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue