Skip to content

Commit 2e4e814

Browse files
committed
fix javadoc
1 parent b86fe44 commit 2e4e814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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. TODO
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)