Skip to content

Commit 74259de

Browse files
committed
JdbcSeriesImportDao: convert simple TODO comments to comments recognizable by 0pdd.
Should be in 29f6dc9 commit. No code changes.
1 parent fda5579 commit 74259de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/ru/mystamps/web/dao/impl/JdbcSeriesImportDao.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public void setSeriesIdAndChangeStatus(
131131
);
132132
}
133133

134-
// TODO: introduce dao
134+
// @todo #660 JdbcSeriesImportDao.changeStatus(): introduce dao
135135
@Override
136136
public void changeStatus(Integer requestId, Date date, String oldStatus, String newStatus) {
137137
Map<String, Object> params = new HashMap<>();
@@ -163,7 +163,7 @@ public ImportRequestDto findById(Integer id) {
163163
}
164164
}
165165

166-
// TODO: introduce dao
166+
// @todo #660 JdbcSeriesImportDao.addRawContent(): introduce dao
167167
@Override
168168
public void addRawContent(Integer requestId, Date createdAt, Date updatedAt, String content) {
169169
Map<String, Object> params = new HashMap<>();

0 commit comments

Comments
 (0)