Added missing @Override (PMD)

This commit is contained in:
Erik C. Thauvin 2019-04-27 02:56:33 -07:00
parent e785fd6852
commit 214180491f

View file

@ -80,6 +80,7 @@ class FeedReader implements Runnable {
/** /**
* Fetches the Feed's items. * Fetches the Feed's items.
*/ */
@Override
public final void run() { public final void run() {
try { try {
final SyndFeedInput input = new SyndFeedInput(); final SyndFeedInput input = new SyndFeedInput();