The following method is causing a compile error: ``` @Override public void removeRouter(OpRouter from, OpRouter to) { next.remove(from.getId(), to); } ``` _next_ is a HashMap that takes only one parameter to remove an element.
The following method is causing a compile error:
next is a HashMap that takes only one parameter to remove an element.