File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/commons/collections4 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141 * @param <E> the type of elements in this list
4242 * @see java.util.Stack
4343 * @since 1.0
44- * @deprecated use {@link java.util.ArrayDeque} instead (available from Java 1.6)
44+ * @deprecated Use {@link java.util.ArrayDeque} instead (available from Java 1.6)
4545 */
4646@ Deprecated
4747public class ArrayStack <E > extends ArrayList <E > {
Original file line number Diff line number Diff line change 4343 *
4444 * @param <E> the type of elements in this list
4545 * @since 3.0
46- * @deprecated use {@link AbstractLinkedListJava21} instead
46+ * @deprecated Use {@link AbstractLinkedListJava21} instead
4747 */
4848@ Deprecated
4949public abstract class AbstractLinkedList <E > implements List <E > {
You can’t perform that action at this time.
0 commit comments