diff options
author | cletavernie | 2011-11-03 12:35:01 +0000 |
---|---|---|
committer | cletavernie | 2011-11-03 12:35:01 +0000 |
commit | fa77fb68c9ef8820735225da8debd07a45fc6766 (patch) | |
tree | 25a4b35a239f8db805808d5f73d0b270950bf1e6 | |
parent | f2cbc0f7bfbbf75155a312c2cc8242a433da91a9 (diff) | |
download | org.eclipse.papyrus-fa77fb68c9ef8820735225da8debd07a45fc6766.tar.gz org.eclipse.papyrus-fa77fb68c9ef8820735225da8debd07a45fc6766.tar.xz org.eclipse.papyrus-fa77fb68c9ef8820735225da8debd07a45fc6766.zip |
-rw-r--r-- | plugins/infra/xtext/org.eclipse.papyrus.infra.xtext.widgets/src/org/eclipse/papyrus/widgets/xtext/embedded/XTextEditor.java | 7 |
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
+ }
+
}
|