-
Notifications
You must be signed in to change notification settings - Fork 34
SeriesImportDao.setSeriesIdAndChangeStatus(): replace arguments by dto object #756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For some reason I wasn't able to add GitHub labels to this issue. Please, submit a ticket to us with the text you see below:
|
After fixing #897 this one will be easier to implement. |
@KrivenkoAlexander Here is the next task. Let me know if you have questions about solving this issue. |
0pdd
referenced
this issue
Feb 17, 2019
…gth check only for a couple lines instead of a whole method. No code changes.
This was referenced Feb 17, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The puzzle
735-e04ad077
(from #735) insrc/main/java/ru/mystamps/web/dao/impl/JdbcSeriesImportDao.java
has to be resolved: "SeriesImportDao.setSeriesIdAndChangeStatus(): replace arguments by dto object"mystamps/src/main/java/ru/mystamps/web/dao/impl/JdbcSeriesImportDao.java
Line 99 in e40a217
The puzzle was created by Slava Semushin on 14-Dec-17.
JdbcSeriesImportDao.setSeriesIdAndChangeStatus()
method should be modified: 5 arguments should be replaced by just 2. For most of the arguments we should useUpdateImportRequestStatusDbDto
class. So, after this change, the method signature will be the following:The text was updated successfully, but these errors were encountered: