Jean-Francois Leveque

SonarQube + Javadoc

...@@ -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 }
......