Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -30,12 +30,12 @@ public class ListPublisherVersionsView implements Serializable { | ... | @@ -30,12 +30,12 @@ public class ListPublisherVersionsView implements Serializable { |
30 | private boolean viewAll; | 30 | private boolean viewAll; |
31 | private transient List<PublisherVersion> publisherVersions; | 31 | private transient List<PublisherVersion> publisherVersions; |
32 | 32 | ||
33 | - @Inject | ||
34 | /** | 33 | /** |
35 | * S'appuie sur PublisherService pour son accès aux données | 34 | * S'appuie sur PublisherService pour son accès aux données |
36 | * | 35 | * |
37 | * @param publisherService | 36 | * @param publisherService |
38 | */ | 37 | */ |
38 | + @Inject | ||
39 | public ListPublisherVersionsView(PublisherService publisherService) { | 39 | public ListPublisherVersionsView(PublisherService publisherService) { |
40 | this.publisherService = publisherService; | 40 | this.publisherService = publisherService; |
41 | } | 41 | } | ... | ... |
-
Please register or login to post a comment