feed: Final fields

This commit is contained in:
sdburns1998
2019-07-07 05:08:44 +02:00
parent 463a93cd31
commit 9a3613b33d

View File

@@ -69,8 +69,8 @@ public class FeedPlugin extends Plugin
private FeedPanel feedPanel; private FeedPanel feedPanel;
private NavigationButton navButton; private NavigationButton navButton;
private FeedClient feedClient = new FeedClient(); private final FeedClient feedClient = new FeedClient();
private Supplier<FeedResult> feedSupplier = Suppliers.memoizeWithExpiration(() -> private final Supplier<FeedResult> feedSupplier = Suppliers.memoizeWithExpiration(() ->
{ {
try try
{ {