Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/core')
-rw-r--r--plugins/core/org.eclipse.papyrus.sasheditor/src2/org/eclipse/papyrus/sasheditor/editor/AbstractMultiPageSashEditor.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/core/org.eclipse.papyrus.sasheditor/src2/org/eclipse/papyrus/sasheditor/editor/AbstractMultiPageSashEditor.java b/plugins/core/org.eclipse.papyrus.sasheditor/src2/org/eclipse/papyrus/sasheditor/editor/AbstractMultiPageSashEditor.java
index c2b70026ee7..2d15d9338d5 100644
--- a/plugins/core/org.eclipse.papyrus.sasheditor/src2/org/eclipse/papyrus/sasheditor/editor/AbstractMultiPageSashEditor.java
+++ b/plugins/core/org.eclipse.papyrus.sasheditor/src2/org/eclipse/papyrus/sasheditor/editor/AbstractMultiPageSashEditor.java
@@ -242,6 +242,7 @@ public abstract class AbstractMultiPageSashEditor extends EditorPart implements
* It doesn't work on other kind of IEditor. It introduce problems in IEditor of other kinds
*
* @see org.eclipse.papyrus.sasheditor.editor.ISashWindowsContainer#isDirty()
+ * @deprecated A SaveAndDirtyService is used instead.
*/
@Override
public boolean isDirty() {
@@ -264,6 +265,7 @@ public abstract class AbstractMultiPageSashEditor extends EditorPart implements
*
* TODO Move this method aways. This method is too tightly coupled to the Papyrus GMF UML IEditor.
* It doesn't work on other kind of IEditor. It introduce problems in IEditor of other kinds
+ * @deprecated A SaveAndDirtyService is used instead.
*/
protected void markSaveLocation() {
// return sashContainer.isDirty();

Back to the top