From f3aab47bade7058a132c17d5eab230609664eff5 Mon Sep 17 00:00:00 2001 From: filoghost Date: Mon, 13 Jun 2016 13:48:55 +0200 Subject: [PATCH] Avoid class conflicts for metrics --- .../src/com/gmail/filoghost/chestcommands/ChestCommands.java | 1 - .../gmail/filoghost/chestcommands}/MetricsLite.java | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename ChestCommands/src/{org/mcstats => com/gmail/filoghost/chestcommands}/MetricsLite.java (96%) diff --git a/ChestCommands/src/com/gmail/filoghost/chestcommands/ChestCommands.java b/ChestCommands/src/com/gmail/filoghost/chestcommands/ChestCommands.java index 5bd56ee..f28ea0f 100644 --- a/ChestCommands/src/com/gmail/filoghost/chestcommands/ChestCommands.java +++ b/ChestCommands/src/com/gmail/filoghost/chestcommands/ChestCommands.java @@ -10,7 +10,6 @@ import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.configuration.InvalidConfigurationException; import org.bukkit.plugin.java.JavaPlugin; -import org.mcstats.MetricsLite; import com.gmail.filoghost.chestcommands.SimpleUpdater.ResponseHandler; import com.gmail.filoghost.chestcommands.bridge.BarAPIBridge; diff --git a/ChestCommands/src/org/mcstats/MetricsLite.java b/ChestCommands/src/com/gmail/filoghost/chestcommands/MetricsLite.java similarity index 96% rename from ChestCommands/src/org/mcstats/MetricsLite.java rename to ChestCommands/src/com/gmail/filoghost/chestcommands/MetricsLite.java index 2f5b871..020d540 100644 --- a/ChestCommands/src/org/mcstats/MetricsLite.java +++ b/ChestCommands/src/com/gmail/filoghost/chestcommands/MetricsLite.java @@ -26,7 +26,7 @@ * either expressed or implied, of anybody else. */ -package org.mcstats; +package com.gmail.filoghost.chestcommands; import java.io.BufferedReader; import java.io.ByteArrayOutputStream;