Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -28,12 +28,12 @@ public class ListPublisherActionsView implements Serializable { | ... | @@ -28,12 +28,12 @@ public class ListPublisherActionsView implements Serializable { |
28 | private boolean viewAll; | 28 | private boolean viewAll; |
29 | private transient List<PublisherAction> publisherActions; | 29 | private transient List<PublisherAction> publisherActions; |
30 | 30 | ||
31 | - @Inject | ||
32 | /** | 31 | /** |
33 | * S'appuie sur PublisherService pour récupérer les actions. | 32 | * S'appuie sur PublisherService pour récupérer les actions. |
34 | * | 33 | * |
35 | * @param publisherService | 34 | * @param publisherService |
36 | */ | 35 | */ |
36 | + @Inject | ||
37 | public ListPublisherActionsView(PublisherService publisherService) { | 37 | public ListPublisherActionsView(PublisherService publisherService) { |
38 | this.publisherService = publisherService; | 38 | this.publisherService = publisherService; |
39 | } | 39 | } | ... | ... |
-
Please register or login to post a comment