Skip to content

Commit 3f7c24c

Browse files
committed
style(DownloadingSucceededEventListener): improve javadoc.
[skip ci]
1 parent 02137cb commit 3f7c24c

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/event/DownloadingSucceededEventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
* Gets the content of a downloaded file from database, finds appropriate site parser and passes
3939
* the content to that parser. When it couldn't extract meaningful data from page content,
4040
* the listener publishes {@link ParsingFailed} event. Otherwise the extracted information is saved
41-
* to database and the listeners changes request status to 'ParsingSucceeded'.
41+
* to database and the listener changes request status to 'ParsingSucceeded'.
4242
*
4343
* @see ParsingFailedEventListener
4444
*/

0 commit comments

Comments
 (0)