Skip to content

Commit

Permalink
Update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Jan 16, 2020
1 parent a758747 commit 14b8596
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
*
* @author Seva Safris
* @param <E> The type of elements in this list.
* @see #indexOf(Object)
* @see #lastIndexOf(Object)
*/
public class IdentityList<E> extends AbstractList<E> implements Serializable {
private static final long serialVersionUID = 4868018708229533624L;
Expand Down

0 comments on commit 14b8596

Please sign in to comment.