exo4: fix the class annotation to be included inside the bytecode.
[Project_POO.git] / exo4 / Compactable.java
... / ...
CommitLineData
1
2public interface Compactable {
3
4 public void compacter(int nElements);
5
6}