Added missing authorship

This commit is contained in:
Luca Frosini 2023-04-27 11:11:50 +02:00
parent 683a6a3dca
commit f989f6fd39
4 changed files with 12 additions and 0 deletions

View File

@ -19,6 +19,9 @@ import org.gcube.resourcemanagement.support.shared.types.datamodel.D4SEnvironmen
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class ContextCreator extends ContextElaborator {
private static Logger logger = LoggerFactory.getLogger(ContextCreator.class);

View File

@ -20,6 +20,9 @@ import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class EntityDiscoveryTest {
private static Logger logger = LoggerFactory.getLogger(EntityDiscoveryTest.class);

View File

@ -13,6 +13,9 @@ import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class DataBaseCreator extends ContextTest {
private static Logger logger = LoggerFactory.getLogger(DataBaseCreator.class);

View File

@ -4,6 +4,9 @@ import org.gcube.informationsystem.resourceregistry.ContextTest;
import org.gcube.informationsystem.resourceregistry.contexts.ContextCreator;
import org.junit.Test;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class ContextManagementTest extends ContextTest {
// private static Logger logger = LoggerFactory.getLogger(ContextManagementTest.class);