X-Git-Url: https://git.piment-noir.org/?p=TP_POO.git;a=blobdiff_plain;f=TP2%2FListe.java;fp=TP2%2FListe.java;h=6928b00737e0656548f61f6b49cc791812f80b77;hp=e042612b15c0f8abdf4bcc32e8bf48ea3829c14b;hb=78c725c5e287068ee24d4abb950de2ab9520d76a;hpb=527a553c7554c11d7b08dbf19c075b39e2390096 diff --git a/TP2/Liste.java b/TP2/Liste.java index e042612..6928b00 100644 --- a/TP2/Liste.java +++ b/TP2/Liste.java @@ -1,5 +1,8 @@ - +@ClassPreamble ( + author = "Jérôme Benoit", + date = "05/12/2011" +) public class Liste extends Structure { private class IntNode {