mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-23 16:41:22 +01:00
[Fix] Fix injection issue
This commit is contained in:
parent
b7595b12e8
commit
1d6a6b4b07
@ -4,10 +4,16 @@ import com.djrapitops.plan.system.webserver.cache.PageId;
|
||||
import com.djrapitops.plan.system.webserver.cache.ResponseCache;
|
||||
import com.djrapitops.plugin.task.AbsRunnable;
|
||||
|
||||
import javax.inject.Inject;
|
||||
import javax.inject.Singleton;
|
||||
|
||||
@Singleton
|
||||
public class PlayersPageRefreshTask extends AbsRunnable {
|
||||
|
||||
@Inject
|
||||
public PlayersPageRefreshTask() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
ResponseCache.clearResponse(PageId.PLAYERS.id());
|
||||
|
Loading…
Reference in New Issue
Block a user