Commits

Bryan Cutler authored 87feee3d941
ARROW-3273: [Java] Fix checkstyle for Javadocs Enable checkstyle rules for Javadoc and apply fixes. Suppressing missing Javadocs for now because there are to many to add here. Also, changed the checkstyle DTD links to point to more official files located at checkstyle.org. This was done because to suppress a check with a specific message required an update to the suppress filter DTD. Author: Bryan Cutler <cutlerb@gmail.com> Closes #3009 from BryanCutler/java-checkstyle-javadoc-ARROW-3273 and squashes the following commits: 528eb27 <Bryan Cutler> fixed for arrow-gandiva 91656e3 <Bryan Cutler> rename vector banner getter to retrieval, which was more common a640b04 <Bryan Cutler> fixed for arrow-flight 90eddbc <Bryan Cutler> fixed for arrow-plasma b158614 <Bryan Cutler> fixed for arrow-jdbc 93a8bbe <Bryan Cutler> fixed for arrow-tools 00b58be <Bryan Cutler> fixed for arrow-vector 1592fcf <Bryan Cutler> fixed for arrow-memory 336420d <Bryan Cutler> Update checkstyle DTD link to official and upgrade suppression DTD to 1.3. Suppress only missing Javadoc check