Remove unused imports and local variable

This commit is contained in:
Kevin Breslin 2016-05-23 01:30:40 -04:00 committed by Mike Primm
parent c4a59d2d29
commit 1a6ed552ea
4 changed files with 2 additions and 11 deletions

View file

@ -1,15 +1,10 @@
package org.dynmap.bukkit;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.Collections;
import java.util.Map;
import org.bukkit.Bukkit;
import org.bukkit.Chunk;
import org.bukkit.ChunkSnapshot;
import org.bukkit.Server;
import org.bukkit.World;
import org.bukkit.entity.Player;
import org.dynmap.Log;