Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/infra/xtext/org.eclipse.papyrus.infra.xtext.widgets/src/org/eclipse/papyrus/widgets/xtext/embedded/XTextEditor.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/plugins/infra/xtext/org.eclipse.papyrus.infra.xtext.widgets/src/org/eclipse/papyrus/widgets/xtext/embedded/XTextEditor.java b/plugins/infra/xtext/org.eclipse.papyrus.infra.xtext.widgets/src/org/eclipse/papyrus/widgets/xtext/embedded/XTextEditor.java
index 6be2963d47f..23694579009 100644
--- a/plugins/infra/xtext/org.eclipse.papyrus.infra.xtext.widgets/src/org/eclipse/papyrus/widgets/xtext/embedded/XTextEditor.java
+++ b/plugins/infra/xtext/org.eclipse.papyrus.infra.xtext.widgets/src/org/eclipse/papyrus/widgets/xtext/embedded/XTextEditor.java
@@ -1,6 +1,6 @@
/*****************************************************************************
* Copyright (c) 2010 CEA LIST.
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -45,4 +45,9 @@ public class XTextEditor extends AbstractValueEditor {
return false;
}
+ @Override
+ public void setToolTipText(String text) {
+ // TODO Auto-generated method stub
+ }
+
}

Back to the top