Fix typo "swtch" to "switch"
[controller.git] / opendaylight / web / topology / src / main / java / org / opendaylight / controller / topology / web / Topology.java
index 29d2d2b4051a6b89ced33b5e17d81f4f59f47f62..3ba21f11632e1e6c643e5d6564ea7a006fb3ffbb 100644 (file)
@@ -614,7 +614,7 @@ public class Topology implements IObjectReader, IConfigurationAware {
     }
 
     protected class NodeType {
-        public static final String NODE = "swtch";
+        public static final String NODE = "switch";
         public static final String HOST = "host";
     }