summaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-05-14 12:00:00 +1000
committermd_5 <git@md-5.net>2017-05-14 12:00:00 +1000
commiteb2c1f23e6e5eb09d118be85c860832c528c78c4 (patch)
treeb0fcaa93f3c2096dc041d77a6b4e2a027f87aace /src/test
parent67628ef9af12eec2b89bc118405531060996a9dd (diff)
downloadbukkit-eb2c1f23e6e5eb09d118be85c860832c528c78c4.tar
bukkit-eb2c1f23e6e5eb09d118be85c860832c528c78c4.tar.gz
bukkit-eb2c1f23e6e5eb09d118be85c860832c528c78c4.tar.lz
bukkit-eb2c1f23e6e5eb09d118be85c860832c528c78c4.tar.xz
bukkit-eb2c1f23e6e5eb09d118be85c860832c528c78c4.zip
Remove Ebean ORM
Diffstat (limited to 'src/test')
-rw-r--r--src/test/java/org/bukkit/plugin/TestPlugin.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/java/org/bukkit/plugin/TestPlugin.java b/src/test/java/org/bukkit/plugin/TestPlugin.java
index 7e098925..f85e5f17 100644
--- a/src/test/java/org/bukkit/plugin/TestPlugin.java
+++ b/src/test/java/org/bukkit/plugin/TestPlugin.java
@@ -10,8 +10,6 @@ import org.bukkit.command.CommandSender;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.generator.ChunkGenerator;
-import com.avaje.ebean.EbeanServer;
-
public class TestPlugin extends PluginBase {
private boolean enabled = true;
@@ -93,10 +91,6 @@ public class TestPlugin extends PluginBase {
throw new UnsupportedOperationException("Not supported.");
}
- public EbeanServer getDatabase() {
- throw new UnsupportedOperationException("Not supported.");
- }
-
public ChunkGenerator getDefaultWorldGenerator(String worldName, String id) {
throw new UnsupportedOperationException("Not supported.");
}