Commits


liyafan82 authored and Micah Kornfield committed 24fe0bce3c7
ARROW-5513: [Java] Refactor method name for getstartOffset to use camel case The method getstartOffset in class org.apache.arrow.vector.BaseVariableWidthVector should be refactored to getStartOffset, to comply with the camel case. Fortunately, this method is not public, so the changes are internal to Arrow. Author: liyafan82 <fan_li_ya@foxmail.com> Closes #4475 from liyafan82/fly_0605_start and squashes the following commits: 6c2c333fb <liyafan82> Fix javadoc d0b57bef5 <liyafan82> Preserve the old method and make it deprecated 919bb3d1d <liyafan82> Refactor method name for getstartOffset to use camel case