Preview:
for (Task t : taskList) {
  			//make new instances, to not override item
            TaskDTO taskDTO = new TaskDTO();
            TaskDTO tt = new TaskDTO();
            tt = convertSourceToTaskDTO(t, taskDTO);
            taskActivityResponse.getTaskDtoList().add(taskDTO);
        }
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter