Skip to content

Commit

Permalink
chore: #99 Optimize the non-used import after removing the `Collector…
Browse files Browse the repository at this point in the history
…s.toList()` usage.
  • Loading branch information
dmitry-weirdo committed Nov 20, 2024
1 parent 480a867 commit 6fcb37c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion kgparserSrv/src/main/java/ru/klavogonki/kgparser/Car.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;

/**
* List of cars with ids and Russian names.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public void fillDictionariesNames() {
}

/**
* @param dictionaryCode строковый код словаря
* @param dictionaryCode строковый код словаря
* @return <code>true</code> &mdash; если соревнование содержит хотя бы один заезд по словарю с указанным кодом
* <br>
* <code>false</code> &mdash; если соревнование не содержит ни одного заезда по словарю с указанным кодом
Expand Down

0 comments on commit 6fcb37c

Please sign in to comment.