Fix Javadoc for o.e.c.r.RoutingNodes.UnassignedIterator#remove

This commit is contained in:
Jason Tedor 2015-09-04 09:08:12 -04:00
parent ab2f295c16
commit cb12107123

View File

@ -630,7 +630,7 @@ public class RoutingNodes implements Iterable<RoutingNode> {
/**
* Unsupported operation, just there for the interface. Use {@link #removeAndIgnore()} or
* {@link #initialize(String)}.
* {@link #initialize(String, long, long)}.
*/
@Override
public void remove() {