Skip to content

Commit 77d6892

Browse files
author
Peter
committed
fixing broken comment
1 parent 7b1b2fe commit 77d6892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/graphhopper/util/EdgeIterator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public interface EdgeIterator {
4444
boolean next();
4545

4646
/**
47-
* @return the edge id of the current edge. Although the current
48-
* implementation uses an index starting from 1, do not make any assumptions
49-
* about it.
47+
* @return the edge id of the current edge. Do not make any assumptions
48+
* about the concrete values, except that for an implemention it is
49+
* recommended that they'll be contiguous.
5050
*/
5151
int edge();
5252

0 commit comments

Comments
 (0)