fix checkstyle
This commit is contained in:
parent
1759f340c8
commit
7a8456a0aa
@ -32,7 +32,7 @@ public class KiasService {
|
||||
public List<GrantDto> getNewGrantsDto() throws ParseException, IOException {
|
||||
Integer leaderId = userService.findOneByLoginIgnoreCase("admin").getId();
|
||||
List<GrantDto> grants = new ArrayList<>();
|
||||
try (final WebClient webClient = new WebClient()) {
|
||||
try (WebClient webClient = new WebClient()) {
|
||||
for (Integer year : generateGrantYears()) {
|
||||
final HtmlPage page = webClient.getPage(String.format(BASE_URL, CONTEST_STATUS_ID, CONTEST_TYPE, year));
|
||||
grants.addAll(getKiasGrants(page));
|
||||
|
Loading…
x
Reference in New Issue
Block a user