-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Labels
No labels