Skip to content

Commit

Permalink
style: remove forgotten @todo comment
Browse files Browse the repository at this point in the history
Should be in 1587005 commit.

Part of #1409
  • Loading branch information
php-coder committed Jan 30, 2021
1 parent 1587005 commit 7146267
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public Integer add(AddSeriesDto dto, Integer userId, boolean userCanAddComments)
return id;
}

// @todo #785 SeriesServiceImpl.addComment(): add unit tests
@Override
@Transactional
@PreAuthorize(HasAuthority.ADD_COMMENTS_TO_SERIES)
Expand Down

1 comment on commit 7146267

@0pdd
Copy link

@0pdd 0pdd commented on 7146267 Jan 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 785-f94c9d27 disappeared from src/main/java/ru/mystamps/web/feature/series/SeriesServiceImpl.java, that's why I closed #1409. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.