commit | 8596fde581d04cdb0688cc7b1b41a6eed1263263 | [log] [tgz] |
---|---|---|
author | Laszlo Papp <laszlo.papp@hubersuhner.com> | Tue Jan 16 14:56:59 2018 +0000 |
committer | Andrea Campanella <andrea@opennetworking.org> | Wed Jan 17 10:08:14 2018 +0000 |
tree | 54c08a8674480dbfbc1002a2d4f7a6804d5c136e | |
parent | 7b77f7124615acdebebf551672450c4a74542718 [diff] |
Fix the JIRA ticket number in a comment Also, abstract is implicit. Change-Id: Ia3122058a9ff988dfa71214c922be67eb430e65c
diff --git a/protocols/openflow/api/src/main/java/org/onosproject/openflow/controller/OpenFlowOpticalSwitch.java b/protocols/openflow/api/src/main/java/org/onosproject/openflow/controller/OpenFlowOpticalSwitch.java index eac7dc2..d3b11bb 100644 --- a/protocols/openflow/api/src/main/java/org/onosproject/openflow/controller/OpenFlowOpticalSwitch.java +++ b/protocols/openflow/api/src/main/java/org/onosproject/openflow/controller/OpenFlowOpticalSwitch.java
@@ -31,7 +31,7 @@ public interface OpenFlowOpticalSwitch extends OpenFlowSwitch, WithTypedPorts { // OpenFlowOpticalSwitch only returns Ethernet ports. - // This is a limitation due to issue described in ONOS-3796. + // This is a limitation due to issue described in ONOS-3736. // This method should return all port type once the limitation is fixed. /** * Returns a list of standard (Ethernet) ports. @@ -40,7 +40,7 @@ */ @Beta @Override - abstract List<OFPortDesc> getPorts(); + List<OFPortDesc> getPorts(); /** * Returns updated PortDescriptions built from experimenter message