dmulloy2 / ChestShop-3

Old ChestShop repo. See
https://github.com/ChestShop-authors/ChestShop-3
7 stars 2 forks source link

Implement missing methods so that this compiles without errors #1

Closed Brianetta closed 8 years ago

Brianetta commented 8 years ago

To fix the following error when building with Apache Maven:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project chestshop: Compilation failure
[ERROR] /home/brian/IdeaProjects/ChestShop-3/src/main/java/com/Acrobot/ChestShop/Containers/AdminInventory.java:[19,7] error: AdminInventory is not abstract and does not override abstract method setStorageContents(ItemStack[]) in Inventory

The methods themselves do nothing, my presumption being that they aren't actually required.