Skip to content

Commit a62ecd4

Browse files
authored
Fix javadoc & test javadoc in CI (#197)
* test javadoc in CI * fix javadoc
1 parent a9b8e17 commit a62ecd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/main/java/com/uber/h3core/H3Core.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 &lt;= res &lt;= 15</code>
783783
* @throws IllegalArgumentException <code>res</code> is not between 0 and 15, inclusive.
784784
*/

0 commit comments

Comments
 (0)