whoops, it did not compile

This commit is contained in:
asiekierka 2014-11-01 08:15:31 +01:00
parent adaa9bf033
commit 927f081c06

View file

@ -22,6 +22,4 @@ public interface IMachine {
boolean manageFluids();
boolean manageSolids();
boolean allowAction(IAction action);
}