Jean-Francois Leveque

Correction étourderie multiplicité

...@@ -21,7 +21,7 @@ public class PublisherRevision { ...@@ -21,7 +21,7 @@ public class PublisherRevision {
21 private String publisherURL; 21 private String publisherURL;
22 private boolean publisherActive; 22 private boolean publisherActive;
23 private String publisherHistory; 23 private String publisherHistory;
24 - @OneToOne 24 + @ManyToOne
25 private User publisherRevisionAuthor; 25 private User publisherRevisionAuthor;
26 private Timestamp publisherRevisionDatetime; 26 private Timestamp publisherRevisionDatetime;
27 27
......