Removed link from docs which should not be there

This commit is contained in:
Luca Frosini 2021-02-22 09:54:03 +01:00
parent 363fc138b6
commit d78f7771bc
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ import org.gcube.common.resources.gcore.utils.Utils;
* Describes gHN installations.
*
* @author Fabio Simeoni
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/
* @author Luca Frosini (ISTI - CNR)
*
*/
@XmlRootElement(name = "Resource")
@ -467,7 +467,7 @@ public class HostingNode extends Resource {
}
/**
* http://stackoverflow.com/questions/5806923/jaxb-element-of-type- enum
* https://stackoverflow.com/questions/5806923/jaxb-element-of-type- enum
**/
@XmlType(name = "GHNType")
@XmlEnum

View File

@ -30,7 +30,7 @@ import org.w3c.dom.ls.LSResourceResolver;
* Utility methods over resources.
*
* @author Fabio Simeoni
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/
* @author Luca Frosini (ISTI - CNR)
*/
public class Resources {

View File

@ -13,7 +13,7 @@ import org.junit.Test;
/**
*
* @author Fabio Simeoni
* @author Luca Frosini (ISTI - CNR) http://www.lucafrosini.com/
* @author Luca Frosini (ISTI - CNR)
*/
public class HostingNodeTest {