Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 24b27183 authored by Achraf Achkari's avatar Achraf Achkari
Browse files

Fix javadoc for release

parent 3298cc98
No related branches found
No related tags found
1 merge request!4Release uml-models
......@@ -44,7 +44,7 @@ public class ModelsDefinition {
/**
* Gets the value of the umlModelsDescription property.
*
* @return a {@link net.ihe.gazelle.goc.umlmodel.model.UMLModelsDescription} object.
* @return a {@link UMLModelsDescription} object.
*/
public UMLModelsDescription getUMLModelsDescription() {
return umlModelsDescription;
......@@ -55,7 +55,7 @@ public class ModelsDefinition {
*
* @param value
* allowed object is
* {@link net.ihe.gazelle.goc.umlmodel.model.UMLModelsDescription}
* {@link UMLModelsDescription}
*/
public void setUMLModelsDescription(UMLModelsDescription value) {
this.umlModelsDescription = value;
......
......@@ -61,7 +61,7 @@ public class UMLModelsDescription {
*
* <p>
* Objects of the following type(s) are allowed in the list
* {@link net.ihe.gazelle.goc.umlmodel.model.ModelUMLDesc}
* {@link ModelUMLDesc}
*
* @return a {@link List} object.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment