Simon Hunt

Fix broken reference in uitopo archetype.

Change-Id: I3584a3bcb2dfdc0a9e04f4dacccbe2e25d0555b3
...@@ -23,7 +23,7 @@ import org.onosproject.ui.UiTopoOverlay; ...@@ -23,7 +23,7 @@ import org.onosproject.ui.UiTopoOverlay;
23 import org.onosproject.ui.topo.ButtonId; 23 import org.onosproject.ui.topo.ButtonId;
24 import org.onosproject.ui.topo.PropertyPanel; 24 import org.onosproject.ui.topo.PropertyPanel;
25 import org.onosproject.ui.topo.TopoConstants.CoreButtons; 25 import org.onosproject.ui.topo.TopoConstants.CoreButtons;
26 -import org.onosproject.ui.topo.GlyphConstants.CROWN; 26 +import org.onosproject.ui.GlyphConstants.CROWN;
27 27
28 import static org.onosproject.ui.topo.TopoConstants.Properties.FLOWS; 28 import static org.onosproject.ui.topo.TopoConstants.Properties.FLOWS;
29 import static org.onosproject.ui.topo.TopoConstants.Properties.INTENTS; 29 import static org.onosproject.ui.topo.TopoConstants.Properties.INTENTS;
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
70 // firewall, balancer, ips, ids, 70 // firewall, balancer, ips, ids,
71 // controller, virtual, other 71 // controller, virtual, other
72 72
73 - // NOTE: when adding glyphs, please also update TopoConstants.Glyphs class. 73 + // NOTE: when adding glyphs, please also update GlyphConstants class.
74 74
75 tableFrame = 'M6.3,5.3h8.5v14.2h-8.5z' + 75 tableFrame = 'M6.3,5.3h8.5v14.2h-8.5z' +
76 'M95.3,5.3h8.5v14.2h-8.5z' + 76 'M95.3,5.3h8.5v14.2h-8.5z' +
......