This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright 2016 ADVA Optical Networking SE. All rights reserved. | |
| * | |
| * Owner: erohana | |
| * | |
| * $Id: $ | |
| */ | |
| package multithread; | |
| import java.util.Arrays; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| List<UserToTodoDesc> userTodos = userRepository.findUserTodos(); |