We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ddb7d8 + 1cf356d commit e8b83e8Copy full SHA for e8b83e8
1 file changed
src/com/esri/core/geometry/GeometryCursor.java
@@ -47,5 +47,5 @@ public abstract class GeometryCursor {
47
*This method is to be used together with the tick() method on the ListeningGeometryCursor.
48
*Call tock() for each tick() on the ListeningGeometryCursor.
49
*/
50
- protected boolean tock() { return true; }
+ public boolean tock() { return true; }
51
}
0 commit comments