X-Git-Url: https://git.piment-noir.org/?p=TP_POO.git;a=blobdiff_plain;f=TP2%2FForme.java;fp=TP2%2FForme.java;h=cdef6b5da1443e4c3ebc9c579fbd48c7956050f2;hp=c90aa31275f2e37ba48b84f01c205187c92489f1;hb=78c725c5e287068ee24d4abb950de2ab9520d76a;hpb=527a553c7554c11d7b08dbf19c075b39e2390096 diff --git a/TP2/Forme.java b/TP2/Forme.java index c90aa31..cdef6b5 100644 --- a/TP2/Forme.java +++ b/TP2/Forme.java @@ -1,4 +1,8 @@ +@ClassPreamble ( + author = "Jérôme Benoit", + date = "11/17/2008" +) public abstract class Forme implements Affichable { private Point pOri;