We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b820e commit 291265cCopy full SHA for 291265c
src/main/java/ru/mystamps/web/feature/collection/JdbcCollectionDao.java
@@ -61,7 +61,7 @@ public class JdbcCollectionDao implements CollectionDao {
61
private final String findCollectionInfoBySlugSql;
62
63
@SuppressWarnings("checkstyle:linelength")
64
- public JdbcCollectionDao(Environment env,NamedParameterJdbcTemplate jdbcTemplate) {
+ public JdbcCollectionDao(Environment env, NamedParameterJdbcTemplate jdbcTemplate) {
65
this.jdbcTemplate = jdbcTemplate;
66
this.findLastCreatedCollectionsSql = env.getRequiredProperty("collection.find_last_created");
67
this.findSeriesByCollectionIdSql = env.getRequiredProperty("collection.find_series_by_collection_id");
0 commit comments