test map et commentaire

This commit is contained in:
Nabzzz 2020-03-16 09:47:58 +01:00
parent 2914df4a37
commit cfae566f92

View file

@ -10,7 +10,7 @@ import java.util.ArrayList;
* @param <Observer> Observer type for the algorithm. * @param <Observer> Observer type for the algorithm.
*/ */
public abstract class AbstractAlgorithm<Observer> { public abstract class AbstractAlgorithm<Observer> {
//Ceci est un commentaire
// Input data for the algorithm // Input data for the algorithm
protected final AbstractInputData data; protected final AbstractInputData data;