This commit is contained in:
2025-10-26 02:45:02 +01:00
parent 4bf2e75bab
commit a001e08f4a
4 changed files with 11 additions and 4 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
package fr.iutfbleau.papillon;
/**
* La classe <code>Utilisateur</code> représente un utilisateur unique
* du logiciel Papillon, identifié par une clé locale.
@@ -47,4 +49,4 @@ public class Utilisateur {
public String toString() {
return "Utilisateur [id=" + id + ", cle=" + cle + "]";
}
}
}