Built v0.2.

This commit is contained in:
Pascal Koenig
2011-09-02 23:18:46 +02:00
parent 1c2445d744
commit 974324c468
3 changed files with 1 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
<property name="dist" value="dist" /> <property name="dist" value="dist" />
<property name="src" value="src" /> <property name="src" value="src" />
<property name="name" value="XmlStats" /> <property name="name" value="XmlStats" />
<property name="version" value="0.1" /> <property name="version" value="0.2" />
<property name="package" value="de/sockenklaus/XmlStats" /> <property name="package" value="de/sockenklaus/XmlStats" />
<property name="resources" value="resources" /> <property name="resources" value="resources" />
<property name="author" value="sockenklaus" /> <property name="author" value="sockenklaus" />

View File

@@ -19,8 +19,6 @@ import java.util.logging.Logger;
import org.bukkit.command.Command; import org.bukkit.command.Command;
import org.bukkit.command.CommandSender; import org.bukkit.command.CommandSender;
import org.bukkit.event.Event.Priority;
import org.bukkit.event.Event.Type;
import org.bukkit.plugin.Plugin; import org.bukkit.plugin.Plugin;
import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.plugin.java.JavaPlugin;

View File

@@ -36,7 +36,6 @@ import de.sockenklaus.XmlStats.XmlStats;
/** /**
* The Class XmlWorker. * The Class XmlWorker.
*/ */
@SuppressWarnings("restriction")
public abstract class XmlWorker implements HttpHandler { public abstract class XmlWorker implements HttpHandler {
/* (non-Javadoc) /* (non-Javadoc)