Skip to content
Snippets Groups Projects
Commit 466bec3c authored by Shawn Pearce's avatar Shawn Pearce
Browse files

ObjectIdSubclassMap: Correct Iterator to throw NoSuchElementException


The Iterator contract says next() shall throw NoSuchElementException
if there are no more items remaining in the iteration.  We got this
wrong when I originally wrote the implementation, so fix it.

Change-Id: Iea25e6569ead5c8b3128b8a368c5b2caebec7ecc
Signed-off-by: default avatarShawn O. Pearce <spearce@spearce.org>
parent 4cc7b1c5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment