Skip to content

Commit 7146267

Browse files
committed
style: remove forgotten @todo comment
Should be in 1587005 commit. Part of #1409
1 parent 1587005 commit 7146267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/ru/mystamps/web/feature/series/SeriesServiceImpl.java

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public Integer add(AddSeriesDto dto, Integer userId, boolean userCanAddComments)
120120
return id;
121121
}
122122

123-
// @todo #785 SeriesServiceImpl.addComment(): add unit tests
124123
@Override
125124
@Transactional
126125
@PreAuthorize(HasAuthority.ADD_COMMENTS_TO_SERIES)

0 commit comments

Comments
 (0)