feed plugin: make scheduled method public
The scheduler only looks at annotations on public methods
This commit is contained in:
@@ -125,7 +125,7 @@ public class FeedPlugin extends Plugin
|
|||||||
unit = ChronoUnit.MINUTES,
|
unit = ChronoUnit.MINUTES,
|
||||||
asynchronous = true
|
asynchronous = true
|
||||||
)
|
)
|
||||||
private void updateFeedTask()
|
public void updateFeedTask()
|
||||||
{
|
{
|
||||||
updateFeed();
|
updateFeed();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user