Created by: jmini
PR checklist
-
Read the contribution guidelines. -
Ran the shell script bin/java-petstore-all.sh
-
Filed the PR against the correct branch: Default: master
. -
Copied the technical committee to review the pull request if your PR is targeting a particular programming language.
cc @bbdouglas (2017/07) @JFCote (2017/08) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger (2018/01)
Description of the PR
Fix for #43 (closed): the javadoc should use html entities like ArrayList<String>
and not ArrayList<String>
for the maven build of the generated project to run without issue.