diff --git a/src/main/java/org/apache/commons/collections4/list/package-info.java b/src/main/java/org/apache/commons/collections4/list/package-info.java index 91c0121ba..fc59a5c3f 100644 --- a/src/main/java/org/apache/commons/collections4/list/package-info.java +++ b/src/main/java/org/apache/commons/collections4/list/package-info.java @@ -31,7 +31,7 @@ *
  • Transformed - transforms each element added
  • *
  • FixedSize - ensures that the size of the list cannot change
  • *
  • Lazy - creates objects in the list on demand
  • - *
  • Growth - grows the list instead of erroring when set/add used with index beyond the list size
  • + *
  • Growth - grows the list instead of erring when set/add used with index beyond the list size
  • *
  • SetUnique - a list that avoids duplicate entries like a Set
  • * *