Added missing Override annotations

This commit is contained in:
yueh
2017-07-20 21:28:16 +02:00
parent 15582fd1df
commit a24ed38e90
8 changed files with 17 additions and 0 deletions
@@ -15,6 +15,7 @@ import appeng.bootstrap.IBootstrapComponent;
public interface ModelRegComponent extends IBootstrapComponent
{
@Override
void modelReg( Side side );
}