Community
Participate
Working Groups
Get rid of the maxSize annotation, and remove the functions getMaxSize and setMaxSize. Probably need to update comments in EglList, ArraySizeException, and possibly other .egl files.
Done. The changes were in EglList. I also replaced ArraySizeException with a more generic InvalidArgumentException since it would've only been used in one place (when resize is passed a negative value).
Closing.