Skip to content

Commit

Permalink
Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Dec 14, 2023
1 parent 55fa07a commit 77d9263
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* </p>
*/
public class ArrayListWrapper extends AbstractList<Object> implements RandomAccess {
/** the array to wrap. */
/** The array to wrap. */
private final Object array;

/**
Expand Down

0 comments on commit 77d9263

Please sign in to comment.