X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP2%2FForme.java;h=cdef6b5da1443e4c3ebc9c579fbd48c7956050f2;hb=ae33f914c6b8f939fcef9589c0f14bec2ba37e6b;hp=c90aa31275f2e37ba48b84f01c205187c92489f1;hpb=54d3f5b36181762091ed310b362ec21356284e60;p=TP_POO.git 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;