Skip to content

ONFTappingAppImpl fails to compile #3

@ggee

Description

@ggee

I get an error when trying to build about missing symbol. It seems there is a missing import.

[ERROR] /home/ggee/controller/opendaylight/samples/SampleTap/src/main/java/org/opendaylight/controller/samples/onftappingapp/internal/ONFTappingAppImpl.java:[65,4] error: cannot find symbol
[ERROR] symbol: class Router
[ERROR] location: class ONFTappingAppImpl

I'm not sure if it is correct, but I added the following so it would compile.

import org.opendaylight.controller.samples.onftappingapp.Router;

I haven't been able to get the plugin to run yet, but it compiles with the above fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions