Skip to content

Commit 947f7b2

Browse files
committed
style: modify TODO comment to match with a title of the existing issue
Relate to #1610 Relate to #748
1 parent c2adb2a commit 947f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/ru/mystamps/web/feature/series/importing/SeriesImportServiceImpl.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public void saveParsedData(Integer requestId, SeriesExtractedInfo seriesInfo, Li
242242

243243
// IMPORTANT: don't add code that modifies database above this line!
244244
// @todo #684 Series import: add integration test
245-
// for the case when parsed value don't match database
245+
// for the case when parsed value doesn't match database
246246
if (!seriesParsedData.hasAtLeastOneFieldFilled()) {
247247
eventPublisher.publishEvent(new ParsingFailed(this, requestId));
248248
return;

0 commit comments

Comments
 (0)