Jean-Francois Leveque

Comments in English

...@@ -29,7 +29,7 @@ public class ListPublisherActionsView implements Serializable { ...@@ -29,7 +29,7 @@ public class ListPublisherActionsView implements Serializable {
29 private transient List<PublisherAction> publisherActions; 29 private transient List<PublisherAction> publisherActions;
30 30
31 /** 31 /**
32 - * S'appuie sur PublisherService pour récupérer les actions. 32 + * Uses PublisherService to get actions
33 * 33 *
34 * @param publisherService 34 * @param publisherService
35 */ 35 */
......