You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @todo #660 JdbcSeriesImportDao.changeStatus(): introduce dao
The puzzle was created by Slava Semushin on 05-Jul-18.
We need to modify changeStatus() method in the JdbcSeriesImportDao class. At this moment it has 4 arguments and we need to extract them into a single class. I suggest to give it a name UpdateImportRequestStatusDbDto.
The class has been renamed some time ago and now its new location is src/main/java/ru/mystamps/web/feature/series/importing/JdbcSeriesImportDao.java
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The puzzle
660-d185398d
from #660 has to be resolved:mystamps/src/main/java/ru/mystamps/web/dao/impl/JdbcSeriesImportDao.java
Line 134 in 74259de
The puzzle was created by Slava Semushin on 05-Jul-18.
We need to modify
changeStatus()
method in theJdbcSeriesImportDao
class. At this moment it has 4 arguments and we need to extract them into a single class. I suggest to give it a nameUpdateImportRequestStatusDbDto
.The class has been renamed some time ago and now its new location is
src/main/java/ru/mystamps/web/feature/series/importing/JdbcSeriesImportDao.java
The text was updated successfully, but these errors were encountered: