Fix compile

This commit is contained in:
Jesse Boyd 2017-04-17 19:11:55 +10:00
parent 193948d4fd
commit 757b9c695f
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -20,7 +20,7 @@ public class AbstractDBTest implements AbstractDB {
@Override public void createPlotsAndData(List<Plot> plots, Runnable whenDone) {}
@Override public void createPlot(Plot plot) {}
@Override public void createPlotSafe(Plot plot, Runnable success, Runnable failure) {}
@Override public void createTables() {}