Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-07-15 22:30:00 +0000
committerChristian W. Damus2014-07-15 22:30:00 +0000
commitc7fcfb5f927117634a1b7da7e6aacd786c77b451 (patch)
treef9bcaf8f5059e979f659a675053ed3897087274a
parent920a980b9c74a6aa84294c5fdcb6f776771414c0 (diff)
downloadorg.eclipse.papyrus-c7fcfb5f927117634a1b7da7e6aacd786c77b451.tar.gz
org.eclipse.papyrus-c7fcfb5f927117634a1b7da7e6aacd786c77b451.tar.xz
org.eclipse.papyrus-c7fcfb5f927117634a1b7da7e6aacd786c77b451.zip
410346: Sudden performance degradation e.g. of the Outline View update.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=410346 Fix an inconsistent indentation warning.
-rw-r--r--plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/ActivatorImpl.xtend2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/ActivatorImpl.xtend b/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/ActivatorImpl.xtend
index adfffc884ac..3d01ab3323c 100644
--- a/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/ActivatorImpl.xtend
+++ b/plugins/developer/org.eclipse.papyrus.def/xtend/aspects/xpt/plugin/ActivatorImpl.xtend
@@ -67,7 +67,7 @@ override attrs(GenPlugin it)'''
private static «xptActivator.className(it)» instance;
«generatedMemberComment»
- private org.eclipse.emf.common.notify.AdapterFactory adapterFactory;
+ private org.eclipse.emf.common.notify.AdapterFactory adapterFactory;
«generatedMemberComment»
private «xptDocProvider.qualifiedClassName(editorGen.diagram)» documentProvider;

Back to the top