AllenDowney / ThinkDataStructures

LaTeX source and supporting code for Think Data Structures: Algorithms and Information Retrieval in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyArrayList.java equals method @param object should be @param element

HuRichy opened this issue · comments

I get a "cannot resolve symbol" error when compiling MyArrayList.java which is fixed by changing the @param