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.
To fix the following error when building with Apache Maven:
The methods themselves do nothing, my presumption being that they aren't actually required.