tmf : Remove of unused import
authorJean-Christian Kouame <jean-christian.kouame@ericsson.com>
Wed, 18 Nov 2015 21:24:01 +0000 (16:24 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 27 Nov 2015 03:57:16 +0000 (22:57 -0500)
This commit removes the import of TmfXmlReadAndWriteModelFactory in
TmfXmlReadOnlyModelFactory.

Change-Id: Id4dafff6df5dc4c7fdc74dfcf84dc74de5ddd8f7
Signed-off-by: Jean-Christian Kouame <jean-christian.kouame@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/60752
Reviewed-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/model/readonly/TmfXmlReadOnlyModelFactory.java

index ef1f9c4351bd31442c3e66e949b62459815434c5..c57cdda1eebcfe2a1801e43f6230d0006a100d38 100644 (file)
@@ -22,7 +22,6 @@ import org.eclipse.tracecompass.tmf.analysis.xml.core.model.TmfXmlCondition;
 import org.eclipse.tracecompass.tmf.analysis.xml.core.model.TmfXmlEventHandler;
 import org.eclipse.tracecompass.tmf.analysis.xml.core.model.TmfXmlLocation;
 import org.eclipse.tracecompass.tmf.analysis.xml.core.model.TmfXmlStateChange;
-import org.eclipse.tracecompass.tmf.analysis.xml.core.model.readwrite.TmfXmlReadWriteModelFactory;
 import org.eclipse.tracecompass.tmf.analysis.xml.core.module.IXmlStateSystemContainer;
 import org.w3c.dom.Element;
 
@@ -38,7 +37,7 @@ public class TmfXmlReadOnlyModelFactory implements ITmfXmlModelFactory {
     /**
      * Get the instance of this model creator
      *
-     * @return The {@link TmfXmlReadWriteModelFactory} instance
+     * @return The {@link TmfXmlReadOnlyModelFactory} instance
      */
     public static synchronized ITmfXmlModelFactory getInstance() {
         ITmfXmlModelFactory instance = fInstance;
This page took 0.024704 seconds and 5 git commands to generate.