Fixed author in javadoc
This commit is contained in:
parent
2718cd0722
commit
c2f3f90a4b
|
@ -14,6 +14,9 @@ import org.gcube.smartgears.provider.ProviderFactory;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI-CNR)
|
||||
*/
|
||||
public class ContextUtility {
|
||||
|
||||
private static Logger logger = LoggerFactory.getLogger(ContextUtility.class);
|
||||
|
|
|
@ -45,7 +45,7 @@ import org.slf4j.LoggerFactory;
|
|||
* </ul>
|
||||
* </p>
|
||||
*
|
||||
* @author Luca Frosini
|
||||
* @author Luca Frosini (ISTI-CNR)
|
||||
*/
|
||||
@XmlRootElement(name = Constants.RESOURCE_MANAGEMENT)
|
||||
public class EServiceHandler extends ApplicationLifecycleHandler {
|
||||
|
|
|
@ -54,7 +54,7 @@ import org.slf4j.LoggerFactory;
|
|||
* </ul>
|
||||
* </p>
|
||||
*
|
||||
* @author Luca Frosini
|
||||
* @author Luca Frosini (ISTI-CNR)
|
||||
*/
|
||||
@XmlRootElement(name = Constants.RESOURCE_MANAGEMENT)
|
||||
public class HostingNodeHandler extends ContainerHandler {
|
||||
|
|
|
@ -48,12 +48,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* @author lucafrosini
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* @author lucafrosini
|
||||
*
|
||||
* @author Luca Frosini (ISTI-CNR)
|
||||
*/
|
||||
public class EServiceManager {
|
||||
|
||||
|
|
|
@ -78,6 +78,9 @@ import org.gcube.smartgears.provider.ProviderFactory;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI-CNR)
|
||||
*/
|
||||
public class HostingNodeManager {
|
||||
|
||||
private static Logger logger = LoggerFactory.getLogger(HostingNodeManager.class);
|
||||
|
|
Loading…
Reference in New Issue