From: Colin Dixon Date: Thu, 4 Apr 2013 22:27:28 +0000 (-0500) Subject: Removing references to a prior branded controller X-Git-Tag: releasepom-0.1.0~597 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=f5ece81719a8a262bd084eb609ad188e37d28d19 Removing references to a prior branded controller Change-Id: Ie5518714964fd1713ae64274228bf7269e32d728 Signed-off-by: Colin Dixon --- diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java index 1b14ab069a..8b5662ccf1 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/vendorextension/v6extension/V6StatsReply.java @@ -23,7 +23,7 @@ import org.openflow.util.U16; * This Class processes the OpenFlow Vendor Extension Reply message of a Stats * Request. It parses the reply message and initializes fields of V6StatsReply * object. Multiple instances of this class objects are created and used by - * ONE Controller's Troubleshooting Application. + * OpenDaylight's Troubleshooting Application. * */ diff --git a/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java b/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java index 1fed3e1c03..6f1dc3f9d7 100644 --- a/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java +++ b/opendaylight/routing/dijkstra_implementation/src/main/java/org/opendaylight/controller/routing/dijkstra_implementation/internal/DijkstraImplementation.java @@ -61,7 +61,7 @@ public class DijkstraImplementation implements IRouting, ITopologyManagerAware { private IReadService readService; private static final long DEFAULT_LINK_SPEED = Bandwidth.BW1Gbps; - public void setLIstenRoutingUpdates(IListenRoutingUpdates i) { + public void setListenRoutingUpdates(IListenRoutingUpdates i) { if (this.routingAware == null) { this.routingAware = new HashSet(); } diff --git a/opendaylight/routing/dijkstra_implementation/src/main/resources/OSGI-INF/component.xml b/opendaylight/routing/dijkstra_implementation/src/main/resources/OSGI-INF/component.xml index f530768230..4f9cdc88ae 100644 --- a/opendaylight/routing/dijkstra_implementation/src/main/resources/OSGI-INF/component.xml +++ b/opendaylight/routing/dijkstra_implementation/src/main/resources/OSGI-INF/component.xml @@ -6,13 +6,13 @@ - - + + - + interface="org.opendaylight.controller.sal.routing.IListenRoutingUpdates"/> diff --git a/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java b/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java index d13c042619..afca30c3a1 100755 --- a/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java +++ b/opendaylight/switchmanager/src/main/java/org/opendaylight/controller/switchmanager/Switch.java @@ -36,7 +36,7 @@ public class Switch implements Serializable { * As we are adding switches on per event basis in a map, we do not need a default constructor * This way we can keep the validations internal, in the proper constructor public Switch() { - this.swPorts = new HashSet(); + this.swPorts = new HashSet(); this.spanPorts = new ArrayList(2); } */ diff --git a/opendaylight/web/root/src/main/resources/WEB-INF/web.xml b/opendaylight/web/root/src/main/resources/WEB-INF/web.xml index 6c8a5606c6..c763531aa0 100644 --- a/opendaylight/web/root/src/main/resources/WEB-INF/web.xml +++ b/opendaylight/web/root/src/main/resources/WEB-INF/web.xml @@ -34,8 +34,8 @@ http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" /* - Cisco ONE Controller - Cisco ONE Controller + OpenDaylight Controller + OpenDaylight Controller org.opendaylight.controller.web.ControllerUISessionManager diff --git a/opendaylight/web/root/src/main/resources/js/one.js b/opendaylight/web/root/src/main/resources/js/one.js index b996e73233..4cb633e385 100644 --- a/opendaylight/web/root/src/main/resources/js/one.js +++ b/opendaylight/web/root/src/main/resources/js/one.js @@ -284,7 +284,7 @@ one.lib.alert = function(alert) { INITIALIZATION executable JS code starts here */ -//ONE root page +//OpenDaylight root page one.main = {}; one.main.constants = {