test map et commentaire
This commit is contained in:
parent
2914df4a37
commit
cfae566f92
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import java.util.ArrayList;
|
|||
* @param <Observer> Observer type for the algorithm.
|
||||
*/
|
||||
public abstract class AbstractAlgorithm<Observer> {
|
||||
|
||||
//Ceci est un commentaire
|
||||
// Input data for the algorithm
|
||||
protected final AbstractInputData data;
|
||||
|
||||
|
|
Loading…
Reference in a new issue