Commits


Bryan Cutler authored and Wes McKinney committed 773bd67afed
ARROW-3264: [Java] Checkstyle fix whitespace Enabled remaining whitespace checks ``` OperatorWrapCheck SeparatorWrapCheck NewlineAtEndOfFileCheck WhitespaceAroundCheck EmptyLineSeparatorCheck ``` Changed style operator wrap to be at end of line Author: Bryan Cutler <cutlerb@gmail.com> Closes #2582 from BryanCutler/java-checkstyle-whitespace-ARROW-3264 and squashes the following commits: 6a845ef8b <Bryan Cutler> fixed whitespace in arrow-plasma b8205f19e <Bryan Cutler> fixed whitespace in arrow-jdbc c3287cdf5 <Bryan Cutler> fixed whitespace in arrow-tools 4bc1b30b8 <Bryan Cutler> fixed whitespace in arrow-vector 9400459cf <Bryan Cutler> fixed whitespace in arrow-memory 721530378 <Bryan Cutler> changed OperatorWrap check to be eol 921d02753 <Bryan Cutler> enabled remaining whitespace checks