Optimize Imports

This commit is contained in:
Olof Larsson
2017-03-24 13:05:58 +01:00
parent bf2d666338
commit 60b4472735
146 changed files with 527 additions and 619 deletions

View File

@@ -1,9 +1,8 @@
package com.massivecraft.factions.integration.spigot;
import org.bukkit.event.player.PlayerInteractAtEntityEvent;
import com.massivecraft.massivecore.Integration;
import com.massivecraft.massivecore.predicate.Predicate;
import org.bukkit.event.player.PlayerInteractAtEntityEvent;
public class PredicateSpigot implements Predicate<Integration>
{