diff --git a/pom.xml b/pom.xml
index a96662a..d70d879 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,43 +13,37 @@
https://github.com/DevLab-umontp/API-JAVA-EDT
+
+ 11
+ 5.4.0-M1
UTF-8
- 11
- 11
+ UTF-8
+
+
DevLab-umontp_API-JAVA-EDT
devlab-umontp
https://sonarcloud.io
+ ${project.basedir}/target/site/jacoco/jacoco.xml
+
-
-
- github-deploy
-
-
- github
- http://jarsm2.dyndns.dk
-
-
-
-
-
-
-
-
- org.junit
- junit-bom
- 5.5.2
- pom
- import
-
-
-
-
org.junit.jupiter
- junit-jupiter
- 5.4.0-M1
+ junit-jupiter-api
+ ${junit.jupiter.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-engine
+ ${junit.jupiter.version}
+ test
+
+
+ org.junit.jupiter
+ junit-jupiter-params
+ ${junit.jupiter.version}
test
@@ -59,6 +53,13 @@
+
+
+ MIT License
+ http://www.opensource.org/licenses/mit-license.php
+
+
+
Emerick BIRON
@@ -92,87 +93,110 @@
+
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.2.1
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.0.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.6
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
+
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 3.0.0-M5
-
-
- .
- src/main/java/**
-
-
-
-
- org.apache.maven.plugins
- maven-failsafe-plugin
- 2.22.0
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 3.8.1
-
- 11
- 11
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.7
- true
-
- ossrh
- https://oss.sonatype.org/
- true
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.2.1
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.9.1
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
-
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 3.0.0-M5
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 3.0.0-M5
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+ ${project.java.version}
+ ${project.java.version}
+ ${project.build.sourceEncoding}
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.8.6
+
+
+ prepare-agent
+
+ prepare-agent
+
+
+
+ report
+ test
+
+ report
+
+
+
+
+
diff --git a/src/main/java/fr/umontp/edt/Groupe.java b/src/main/java/fr/umontp/edt/Groupe.java
index 068640d..91f0adf 100644
--- a/src/main/java/fr/umontp/edt/Groupe.java
+++ b/src/main/java/fr/umontp/edt/Groupe.java
@@ -278,7 +278,7 @@ private boolean possedeGroupeParent() {
/**
* Permet de savoir si ce groupe est contenu dans {@code autreGroupe}
*
- * @param autreGroupe {@link Groupe} auquel on vérifie s'il contient le groupe
+ * @param autreGroupes Les {@link Groupe} auquel on vérifie s'ils contiennent le groupe
* actuel (this)
*
* @return {@code boolean}