Skip to content

Compile Error in HeuristicRoutingPolicy #7

Description

@AhmadHasan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions