Some minor code cleanup (#1262)

This commit is contained in:
MrMicky
2018-10-09 19:00:53 +02:00
committed by Luck
Unverified
parent f96518b8e4
commit ee2de3cff1
8 changed files with 13 additions and 17 deletions
@@ -67,7 +67,7 @@ public class SpongeUserManager extends AbstractUserManager<SpongeUser> implement
private final LPSpongePlugin plugin;
private SubjectCollection spongeProxy = null;
private final LoadingCache<UUID, LPSubject> subjectLoadingCache = Caffeine.<UUID, LPSubject>newBuilder()
private final LoadingCache<UUID, LPSubject> subjectLoadingCache = Caffeine.newBuilder()
.expireAfterWrite(1, TimeUnit.MINUTES)
.build(u -> {
// clock in with the housekeeper