TMF: Refactor XML model code, using factories to re-use element parsers
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.analysis.xml.core / src / org / eclipse / linuxtools / tmf / analysis / xml / core / module / IXmlStateSystemContainer.java
index 783aebb181e691d5d04ff474c235332d4caa466a..634807403c70da8164214c38d76b2d6a7801d786 100644 (file)
 
 package org.eclipse.linuxtools.tmf.analysis.xml.core.module;
 
-import org.eclipse.linuxtools.internal.tmf.analysis.xml.core.stateprovider.model.TmfXmlLocation;
+import org.eclipse.linuxtools.tmf.analysis.xml.core.model.TmfXmlLocation;
 import org.eclipse.linuxtools.tmf.core.statesystem.ITmfStateSystem;
 
 /**
  * Interface that all XML defined objects who provide, use or contain state
  * system must implement in order to use the state provider model elements in
- * {@link org.eclipse.linuxtools.internal.tmf.analysis.xml.core.stateprovider.model}
- * package
+ * {@link org.eclipse.linuxtools.tmf.analysis.xml.core.model} package
  *
  * @author Geneviève Bastien
  */
This page took 0.023966 seconds and 5 git commands to generate.