Removed links which should not be there refs #20785

This commit is contained in:
Luca Frosini 2021-02-22 09:49:18 +01:00
parent 47f09fe3a5
commit 943dc7065b
5 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ import org.slf4j.LoggerFactory;
/** /**
* *
* @author Fabio Simeoni * @author Fabio Simeoni
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ * @author Luca Frosini (ISTI - CNR)
*/ */
public class BridgedApplicationConfiguration implements ApplicationConfiguration { public class BridgedApplicationConfiguration implements ApplicationConfiguration {

View File

@ -28,7 +28,7 @@ import org.gcube.smartgears.persistence.Persistence;
* Includes the list of its client services. * Includes the list of its client services.
* *
* @author Fabio Simeoni * @author Fabio Simeoni
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ * @author Luca Frosini (ISTI - CNR)
* *
*/ */
@XmlRootElement(name="application") @XmlRootElement(name="application")

View File

@ -32,7 +32,7 @@ import org.gcube.smartgears.persistence.Persistence;
* The configuration of the container. * The configuration of the container.
* *
* @author Fabio Simeoni * @author Fabio Simeoni
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ * @author Luca Frosini (ISTI - CNR)
*/ */
@XmlRootElement(name="container") @XmlRootElement(name="container")
public class ContainerConfiguration { public class ContainerConfiguration {

View File

@ -14,7 +14,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
/** /**
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ * @author Luca Frosini (ISTI - CNR)
*/ */
@XmlRootElement(name = accounting_management) @XmlRootElement(name = accounting_management)
public class AccountingManager extends ContainerHandler { public class AccountingManager extends ContainerHandler {

View File

@ -32,7 +32,7 @@ import org.slf4j.LoggerFactory;
/** /**
* @author Fabio Simeoni * @author Fabio Simeoni
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/ * @author Luca Frosini (ISTI - CNR)
* *
*/ */
public class ProfileBuilder { public class ProfileBuilder {