ajout commentaires

This commit is contained in:
NonoL3Robot
2021-12-09 00:01:08 +01:00
parent 1e3a969839
commit 6c46c791cf
2 changed files with 2 additions and 2 deletions
@@ -66,6 +66,6 @@ public class SelectionnerFichier {
return new File(fileChooser.getSelectedFile().getAbsolutePath()); return new File(fileChooser.getSelectedFile().getAbsolutePath());
} }
return null; // bouchon return null;
} }
} }
+1 -1
View File
@@ -7,7 +7,7 @@ import static org.junit.jupiter.api.Assertions.*;
class FenetreTest { class FenetreTest {
/** /**
* Lance les methodes de tests pour le fenêtre * Crée une nouvelle instance du lecteur PDF
* *
* @param args non utilisé * @param args non utilisé
*/ */