Jean-Francois Leveque

Simplification spécification de type

...@@ -72,7 +72,7 @@ public class ListPublisherActionsViewTest { ...@@ -72,7 +72,7 @@ public class ListPublisherActionsViewTest {
72 @Test 72 @Test
73 @DisplayName("when publisher is set, should show only its actions") 73 @DisplayName("when publisher is set, should show only its actions")
74 public void testFilter() { 74 public void testFilter() {
75 - List<PublisherAction> publisherActions = new ArrayList<PublisherAction>(); 75 + List<PublisherAction> publisherActions = new ArrayList<>();
76 76
77 Publisher publisher = new Publisher(); 77 Publisher publisher = new Publisher();
78 Publisher publisher1 = new Publisher(); 78 Publisher publisher1 = new Publisher();
......