Skip to content

Commit

Permalink
Useless Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 9, 2017
1 parent ae41a22 commit 7a7b390
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -875,8 +875,6 @@ public String toString() {
* A simple fixed capacity list that has an upper bound to growth.
* Once its capacity is reached, {@code add} is a no-op, returning
* {@code false}.
*
* @param <E>
*/
private static class FixedCapacityList<E> extends ArrayList<E> implements Serializable {

Expand Down

0 comments on commit 7a7b390

Please sign in to comment.