summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdl2hastabel/vhdl/Component.java')
-rw-r--r--src/ghdl2hastabel/vhdl/Component.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ghdl2hastabel/vhdl/Component.java b/src/ghdl2hastabel/vhdl/Component.java
index 8c2d4fe..92dc785 100644
--- a/src/ghdl2hastabel/vhdl/Component.java
+++ b/src/ghdl2hastabel/vhdl/Component.java
@@ -1,7 +1,6 @@
package ghdl2hastabel.vhdl;
import ghdl2hastabel.Main;
-import ghdl2hastabel.Strings;
import ghdl2hastabel.Waveforms;
import ghdl2hastabel.Functions;
import ghdl2hastabel.Predicates;
@@ -286,7 +285,7 @@ public class Component extends ParsableXML
(
"line",
local_id,
- Strings.get_id_from_string
+ IDs.get_id_from_string
(
XMLManager.get_attribute(xml_node, "line")
)
@@ -302,7 +301,7 @@ public class Component extends ParsableXML
(
"column",
local_id,
- Strings.get_id_from_string
+ IDs.get_id_from_string
(
XMLManager.get_attribute(xml_node, "col")
)
@@ -318,7 +317,7 @@ public class Component extends ParsableXML
(
"label",
local_id,
- Strings.get_id_from_string
+ IDs.get_id_from_string
(
XMLManager.get_attribute(xml_node, "label")
)