Skip to content

Commit

Permalink
MAJ Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Braunbar committed Nov 8, 2015
1 parent 48d9288 commit 33f7f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/visualisations/SondeTextuelle.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


/**
* Classe réalisant l'affichage (textuel) d'information composée d'élèments de type T
* Classe réalisant l'affichage (textuel) d'informations composées d'éléments de type T
* @author prou
*/
public class SondeTextuelle <T> extends Sonde <T> {
Expand All @@ -26,4 +26,4 @@ public void recevoir (Information <T> information) {



}
}

0 comments on commit 33f7f86

Please sign in to comment.