Added missing @Override (PMD)
This commit is contained in:
parent
e785fd6852
commit
214180491f
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue