File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/uber/h3core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ jobs:
190190
191191 - name : Coverage report
192192 run : |
193- ./gradlew clean test jacocoTestReport coverallsJacoco -Ph3UseDocker=false -Ph3TestSystem=true -Ph3AdditionalArgLine="-Djava.library.path=./src/main/resources/linux-x64/"
193+ ./gradlew clean test jacocoTestReport coverallsJacoc javadoc -Ph3UseDocker=false -Ph3TestSystem=true -Ph3AdditionalArgLine="-Djava.library.path=./src/main/resources/linux-x64/"
194194 env :
195195 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
196196
Original file line number Diff line number Diff line change @@ -778,7 +778,7 @@ public int getResolution(long h3) {
778778 /**
779779 * Returns the indexing digit of the index at `res`
780780 *
781- * @param h3 H3 index.
781+ * @param h3Address H3 index.
782782 * @param res Resolution of the digit, <code>1 <= res <= 15</code>
783783 * @throws IllegalArgumentException <code>res</code> is not between 0 and 15, inclusive.
784784 */
You can’t perform that action at this time.
0 commit comments