GitHub user kamaci opened a pull request:
https://github.com/apache/clerezza/pull/8
Iterator.next() method should throw NoSuchElementException.
NoSuchElementException is thrown at no such element case.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kamaci/clerezza fix_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/clerezza/pull/8.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8
----
commit 337006428616cf030bc6286bc404fa954ad6056c
Author: kamaci <furkankamaci@...>
Date: 2018-11-20T07:19:21Z
Iterator.next() method should throw NoSuchElementException.
----
---