Merge origin/master

This commit is contained in:
honfika@gmail.com
2014-08-30 11:06:02 +02:00
2 changed files with 11 additions and 5 deletions

View File

@@ -137,6 +137,12 @@ public class ActionList extends ArrayList<Action> {
}
}
return null;
}
@Override
public void remove()
{
throw new UnsupportedOperationException();
}
};
}