Mentions légales du service

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

Merge branch 'develop' into 'master'

Release uml-models

See merge request !4
parents 728d77a3 24b27183
No related branches found
No related tags found
2 merge requests!5Revert "[ci skip]prepare release 3.0.0",!4Release uml-models
...@@ -44,7 +44,7 @@ public class ModelsDefinition { ...@@ -44,7 +44,7 @@ public class ModelsDefinition {
/** /**
* Gets the value of the umlModelsDescription property. * 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() { public UMLModelsDescription getUMLModelsDescription() {
return umlModelsDescription; return umlModelsDescription;
...@@ -55,7 +55,7 @@ public class ModelsDefinition { ...@@ -55,7 +55,7 @@ public class ModelsDefinition {
* *
* @param value * @param value
* allowed object is * allowed object is
* {@link net.ihe.gazelle.goc.umlmodel.model.UMLModelsDescription} * {@link UMLModelsDescription}
*/ */
public void setUMLModelsDescription(UMLModelsDescription value) { public void setUMLModelsDescription(UMLModelsDescription value) {
this.umlModelsDescription = value; this.umlModelsDescription = value;
......
...@@ -61,7 +61,7 @@ public class UMLModelsDescription { ...@@ -61,7 +61,7 @@ public class UMLModelsDescription {
* *
* <p> * <p>
* Objects of the following type(s) are allowed in the list * 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. * @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