Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/swt/org.eclipse.fx.runtime.swt.e4/OSGI-INF/services/fxtoswtdisplay.xml')
-rw-r--r--experimental/swt/org.eclipse.fx.runtime.swt.e4/OSGI-INF/services/fxtoswtdisplay.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/swt/org.eclipse.fx.runtime.swt.e4/OSGI-INF/services/fxtoswtdisplay.xml b/experimental/swt/org.eclipse.fx.runtime.swt.e4/OSGI-INF/services/fxtoswtdisplay.xml
index e7940b94e..cdb7b010d 100644
--- a/experimental/swt/org.eclipse.fx.runtime.swt.e4/OSGI-INF/services/fxtoswtdisplay.xml
+++ b/experimental/swt/org.eclipse.fx.runtime.swt.e4/OSGI-INF/services/fxtoswtdisplay.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.fx.runtime.swt.e4.fxtoswtdisplay">
- <implementation class="org.eclipse.fx.runtime.swt.e4.FXToSWTDisplayFunction"/>
+ <implementation class="org.eclipse.fx.runtime.swt.e4.internal.FXToSWTDisplayFunction"/>
<service>
<provide interface="org.eclipse.e4.core.contexts.IContextFunction"/>
</service>

Back to the top