Updated based on Code Review

This commit is contained in:
Glenn Renfro
2016-11-01 17:31:42 -04:00
parent eff83a1897
commit d6e224f2ef
6 changed files with 80 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ public class MapTaskExecutionDaoTests {
@Test
public void testJobQueries(){
List<TaskExecution> expectedTaskExecutionList = new ArrayList<TaskExecution>(2);
List<TaskExecution> expectedTaskExecutionList = new ArrayList<>(2);
expectedTaskExecutionList.add(TestVerifierUtils.createSampleTaskExecutionNoArg());
expectedTaskExecutionList.add(TestVerifierUtils.createSampleTaskExecutionNoArg());