feed plugin: make scheduled method public

The scheduler only looks at annotations on public methods
This commit is contained in:
Adam
2018-03-24 11:59:03 -04:00
parent 295bfa0c07
commit cc036b9d6f

View File

@@ -125,7 +125,7 @@ public class FeedPlugin extends Plugin
unit = ChronoUnit.MINUTES,
asynchronous = true
)
private void updateFeedTask()
public void updateFeedTask()
{
updateFeed();
}