format code

This commit is contained in:
2014-09-07 22:27:39 +02:00
parent 8ae999a617
commit c9907ef4d1
24 changed files with 177 additions and 186 deletions
@@ -139,8 +139,7 @@ public class ActionList extends ArrayList<Action> {
}
@Override
public void remove()
{
public void remove() {
throw new UnsupportedOperationException();
}
};